summaryrefslogtreecommitdiff
path: root/docs/Prevent_Tracking.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-01-19 09:44:33 -0500
committerirungentoo <irungentoo@gmail.com>2014-01-19 09:44:33 -0500
commitcdcb8b86007b6490557f1329f42c08732282c500 (patch)
tree8e41be5a50fd122ea557f11ec445c5fc234e91a6 /docs/Prevent_Tracking.txt
parent99ae23813b47cc5198a210c4ea8da54d8a817829 (diff)
Added no_replay and added some things to the docs.
Diffstat (limited to 'docs/Prevent_Tracking.txt')
-rw-r--r--docs/Prevent_Tracking.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Prevent_Tracking.txt b/docs/Prevent_Tracking.txt
index 5f7aaf1e..ab091999 100644
--- a/docs/Prevent_Tracking.txt
+++ b/docs/Prevent_Tracking.txt
@@ -145,3 +145,11 @@ encrypted with temp symmetric key of Node A: [IP_Port (of us)][data to send back
145(sent from node A to us): 145(sent from node A to us):
146 146
147[data to send back] 147[data to send back]
148
149
150Data packets:
151
152To tell our friend what our DHT public key is so that he can connect to us we send a data packet with id 156 and
153the data being:[uint64_t (in network byte order) no_replay, the packet will only be accepted if this number is bigger than the last one recieved]
154[our dht public key][Node_Format * (maximum of 8) nodes closest to us so that the friend can find us faster]
155