diff options
author | irungentoo <irungentoo@tox.im> | 2014-03-04 12:45:49 -0500 |
---|---|---|
committer | irungentoo <irungentoo@tox.im> | 2014-03-04 12:45:49 -0500 |
commit | 81f748e4f8940ec0783b007136059ace4fecc937 (patch) | |
tree | 435ff4475844fa20bc8796ce6d106c305115e0d8 /docs/TCP_Network.txt | |
parent | 602c71bc17d4c23f6d0968aa09b9b058bff57862 (diff) | |
parent | 1cb38abf999b5bc0b0eddad43760c31580dc2d48 (diff) |
Merge pull request #782 from AgathaTheWitch/master
Minor documentation cleanup
Diffstat (limited to 'docs/TCP_Network.txt')
-rw-r--r-- | docs/TCP_Network.txt | 10 |
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: | |||
14 | 1. Alice, a Tox client on a TCP only network generates a temporary public key | 14 | 1. Alice, a Tox client on a TCP only network generates a temporary public key |
15 | and connects to a bootstrap node. | 15 | and connects to a bootstrap node. |
16 | 16 | ||
17 | 2. Using the bootstrap node she find and connects to a couple (exact number | 17 | 2. Using the bootstrap node she finds and connects to a (exact number to be |
18 | to be determined later) number of random nodes that have TCP relay support. | 18 | determined later) number of random nodes that have TCP relay support. |
19 | 19 | ||
20 | 3. She uses the onion through the TCP relay connections to send friend requests | 20 | 3. She uses the onion through the TCP relay connections to send friend requests |
21 | or tell online friends which TCP nodes she is connected to and her temporary | 21 | or tell online friends which TCP nodes she is connected to and her temporary |
@@ -28,8 +28,8 @@ with alice using that temporary public key. | |||
28 | 5. That connection is used by both to transmit encrypted Messenger and A/V | 28 | 5. That connection is used by both to transmit encrypted Messenger and A/V |
29 | packets. | 29 | packets. |
30 | 30 | ||
31 | 6. If one of the nodes shuts down while it is currently routing traffic, Alice | 31 | 6. If one of the nodes shuts down while it is routing traffic, Alice and Bob |
32 | and bob just switch to one of the other nodes they are both connected to. | 32 | just switch to one of the other nodes to which they are both connected. |
33 | 33 | ||
34 | 34 | ||
35 | Actual detailed implementation details coming soon. | 35 | Actual implementation details coming soon. |