summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-02-22 17:06:07 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2014-02-22 17:07:15 -0500
commit5a142bb697651693e4ce7654d2f74e688aab8894 (patch)
tree4268ae9377593d8632efbbe57bb4680744014f2a /docs
parent44c1dfc5fda6393f18ef7b4178c0c32f3d64f357 (diff)
Renamed dht server to dht node
Diffstat (limited to 'docs')
-rw-r--r--docs/TCP_Network.txt4
-rw-r--r--docs/updates/DHT.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/TCP_Network.txt b/docs/TCP_Network.txt
index f44cca71..e8608791 100644
--- a/docs/TCP_Network.txt
+++ b/docs/TCP_Network.txt
@@ -12,9 +12,9 @@ can use Tox regardless of the quality of their internet connection.
12 12
13How it's probably going to work: 13How 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 server. 15and connects to a bootstrap node.
16 16
172. Using the bootstrap server she find and connects to a couple (exact number 172. Using the bootstrap node she find and connects to a couple (exact number
18to be determined later) number of random nodes that have TCP relay support. 18to be determined 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
diff --git a/docs/updates/DHT.md b/docs/updates/DHT.md
index 79ec8c4b..db825a3c 100644
--- a/docs/updates/DHT.md
+++ b/docs/updates/DHT.md
@@ -7,7 +7,7 @@ But:
7Vastly simplified packet format and encryption. 7Vastly simplified packet format and encryption.
8 8
9Boostrapping: 9Boostrapping:
10The first time you install the client we bootstrap it with a node on our servers.(bandwidth should not be a problem as the client only needs to be sent one reply.) 10The first time you install the client we bootstrap it with a node. (bandwidth should not be a problem as the client only needs to be sent one reply.)
11 11
12 12
13Basics 13Basics