summaryrefslogtreecommitdiff
path: root/docs/Prevent_Tracking.txt
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2014-04-16 12:08:44 -0400
committerCarlos E. Garcia <carlos@cgarcia.org>2014-04-16 12:14:44 -0400
commitcf33c2f9ad98edc50d50e018e214bb0b6180d96d (patch)
treeb3350486775a95f5774f4352aef38de588a64af7 /docs/Prevent_Tracking.txt
parent3835bc167b37a0faada3362a1f3a57632d58b6da (diff)
multiple spelling fixes
Diffstat (limited to 'docs/Prevent_Tracking.txt')
-rw-r--r--docs/Prevent_Tracking.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Prevent_Tracking.txt b/docs/Prevent_Tracking.txt
index c5f33e96..d170103f 100644
--- a/docs/Prevent_Tracking.txt
+++ b/docs/Prevent_Tracking.txt
@@ -110,7 +110,8 @@ encrypted with that temporary private key and the nonce and the public key from
110(if Node D contains the ret data for the node, it sends the stuff in this packet as a data to route response packet to the right node) 110(if Node D contains the ret data for the node, it sends the stuff in this packet as a data to route response packet to the right node)
111 111
112The data in the previous packet is in format: [real public key of sender] 112The data in the previous packet is in format: [real public key of sender]
113encrypted with real private key of the sender, the nonce in the data packet and the real public key of the reciever:[[uint8_t id][data (optional)]] 113encrypted with real private key of the sender, the nonce in the data packet and
114the real public key of the receiver:[[uint8_t id][data (optional)]]
114 115
115Data sent to us: 116Data sent to us:
116announce response packet: 117announce response packet:
@@ -153,5 +154,5 @@ Data packets:
153 154
154To tell our friend what our DHT public key is so that he can connect to us we send a data packet 155To tell our friend what our DHT public key is so that he can connect to us we send a data packet
155with id 156 and the data being:[uint64_t (in network byte order) no_replay, the packet will only be 156with id 156 and the data being:[uint64_t (in network byte order) no_replay, the packet will only be
156accepted if this number is bigger than the last one recieved] [our dht public key][Node_Format * ( 157accepted if this number is bigger than the last one received] [our dht public key][Node_Format * (
157maximum of 8) nodes closest to us so that the friend can find us faster] 158maximum of 8) nodes closest to us so that the friend can find us faster]