summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-07 09:04:53 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-07 09:04:53 -0400
commit9ac8a5fe626afef0f4bed2a54ec1df3185f2d992 (patch)
tree65523adb03a4a274def6a50d5e8170a24806c75a /docs
parent64ce60c58550c400160438c7c9ccf95e77dc6599 (diff)
Updated docs.
Fixed possible issue in last commit.
Diffstat (limited to 'docs')
-rw-r--r--docs/Prevent_Tracking.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Prevent_Tracking.txt b/docs/Prevent_Tracking.txt
index d170103f..86402110 100644
--- a/docs/Prevent_Tracking.txt
+++ b/docs/Prevent_Tracking.txt
@@ -117,8 +117,9 @@ Data sent to us:
117announce response packet: 117announce response packet:
118[uint8_t packet id (132)][data to send back in response(fixed size)][nonce] 118[uint8_t packet id (132)][data to send back in response(fixed size)][nonce]
119encrypted with the DHT private key of Node D, the public key in the request and the nonce:[[uint8_t is_stored] 119encrypted with the DHT private key of Node D, the public key in the request and the nonce:[[uint8_t is_stored]
120[(32 bytes) ping_id if is_stored is 0, public key that must be used to send data packets if is_stored is not 0][Node_Format * (maximum of 8)]] 120[(32 bytes) ping_id if is_stored is 0 or 2, public key that must be used to send data packets if is_stored is 1][Node_Format * (maximum of 8)]]
121(if the is_stored is not 0, it means the information to reach the client id we are searching for is stored on this node) 121(if the is_stored is not 0, it means the information to reach the client id we are searching for is stored on this node)
122is_stored is 2 as a response to a peer trying to announce himself to tell the peer that he is currently annouced successfully.
122 123
123data to route response packet: 124data to route response packet:
124[uint8_t packet id (134)][nonce][temporary just generated public key] 125[uint8_t packet id (134)][nonce][temporary just generated public key]