summaryrefslogtreecommitdiff
path: root/docs/TCP_Network.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-03-04 16:07:08 -0500
committerirungentoo <irungentoo@gmail.com>2014-03-04 16:07:08 -0500
commitce6440c5a20b3eefe478636a10778206a3454fb8 (patch)
tree5240d28b5986a1ed09044b6dc6e353b583d8c090 /docs/TCP_Network.txt
parentb6fe49e59a39cb12334cbcad82b07a6247eb22d5 (diff)
parent81f748e4f8940ec0783b007136059ace4fecc937 (diff)
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
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.