summaryrefslogtreecommitdiff
path: root/docs/TCP_Network.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TCP_Network.txt')
-rw-r--r--docs/TCP_Network.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/TCP_Network.txt b/docs/TCP_Network.txt
index e8608791..b1059892 100644
--- a/docs/TCP_Network.txt
+++ b/docs/TCP_Network.txt
@@ -14,8 +14,8 @@ How it's probably going to work:
141. Alice, a Tox client on a TCP only network generates a temporary public key 141. Alice, a Tox client on a TCP only network generates a temporary public key
15and connects to a bootstrap node. 15and connects to a bootstrap node.
16 16
172. Using the bootstrap node she find and connects to a couple (exact number 172. Using the bootstrap node she finds and connects to a (exact number to be
18to be determined later) number of random nodes that have TCP relay support. 18determined later) number of random nodes that have TCP relay support.
19 19
203. She uses the onion through the TCP relay connections to send friend requests 203. She uses the onion through the TCP relay connections to send friend requests
21or tell online friends which TCP nodes she is connected to and her temporary 21or tell online friends which TCP nodes she is connected to and her temporary
@@ -28,8 +28,8 @@ with alice using that temporary public key.
285. That connection is used by both to transmit encrypted Messenger and A/V 285. That connection is used by both to transmit encrypted Messenger and A/V
29packets. 29packets.
30 30
316. If one of the nodes shuts down while it is currently routing traffic, Alice 316. If one of the nodes shuts down while it is routing traffic, Alice and Bob
32and bob just switch to one of the other nodes they are both connected to. 32just switch to one of the other nodes to which they are both connected.
33 33
34 34
35Actual detailed implementation details coming soon. 35Actual implementation details coming soon.