summaryrefslogtreecommitdiff
path: root/docs/Prevent_Tracking.txt
diff options
context:
space:
mode:
authorcgar <carlos@cgarcia.org>2014-09-09 20:31:37 -0400
committercgar <carlos@cgarcia.org>2014-09-09 20:31:37 -0400
commit2bb2bc4163a13253d51b7d11e4abbe62b07da526 (patch)
tree18f7566c886ae81f23b14a7449234d6aede24ba4 /docs/Prevent_Tracking.txt
parenta0302b7acaef47805f93718630e501acdd3a3d00 (diff)
spelling corrections
Diffstat (limited to 'docs/Prevent_Tracking.txt')
-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 86402110..a641f02c 100644
--- a/docs/Prevent_Tracking.txt
+++ b/docs/Prevent_Tracking.txt
@@ -119,7 +119,8 @@ announce response packet:
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 or 2, public key that must be used to send data packets if is_stored is 1][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. 122is_stored is 2 as a response to a peer trying to announce himself to tell the
123peer that he is currently announced successfully.
123 124
124data to route response packet: 125data to route response packet:
125[uint8_t packet id (134)][nonce][temporary just generated public key] 126[uint8_t packet id (134)][nonce][temporary just generated public key]