diff options
author | irungentoo <irungentoo@gmail.com> | 2014-09-09 20:39:35 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-09-09 20:39:35 -0400 |
commit | d69a6843e70bc5c75c343ca54388ced3c1b91662 (patch) | |
tree | 18f7566c886ae81f23b14a7449234d6aede24ba4 /docs/Prevent_Tracking.txt | |
parent | a0302b7acaef47805f93718630e501acdd3a3d00 (diff) | |
parent | 2bb2bc4163a13253d51b7d11e4abbe62b07da526 (diff) |
Merge branch 'cgar-spelling'
Diffstat (limited to 'docs/Prevent_Tracking.txt')
-rw-r--r-- | docs/Prevent_Tracking.txt | 3 |
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: | |||
119 | encrypted with the DHT private key of Node D, the public key in the request and the nonce:[[uint8_t is_stored] | 119 | encrypted 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) |
122 | is_stored is 2 as a response to a peer trying to announce himself to tell the peer that he is currently annouced successfully. | 122 | is_stored is 2 as a response to a peer trying to announce himself to tell the |
123 | peer that he is currently announced successfully. | ||
123 | 124 | ||
124 | data to route response packet: | 125 | data 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] |