summaryrefslogtreecommitdiff
path: root/docs/Prevent_Tracking.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-01-09 19:54:42 -0500
committerirungentoo <irungentoo@gmail.com>2014-01-09 19:54:42 -0500
commitea7d1a726d2145d11c210c217370c766cc6179e9 (patch)
treefae9fdf80ded77b16874e297f0a14ea1b1adaa43 /docs/Prevent_Tracking.txt
parent0fd8e49c386e357487ab9d68f2a9aa1d8a2356e0 (diff)
Putting the sendback outside the encrypted part of the response.
It's more useful this way.
Diffstat (limited to 'docs/Prevent_Tracking.txt')
-rw-r--r--docs/Prevent_Tracking.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Prevent_Tracking.txt b/docs/Prevent_Tracking.txt
index 46d05ce8..b44c4cf7 100644
--- a/docs/Prevent_Tracking.txt
+++ b/docs/Prevent_Tracking.txt
@@ -110,8 +110,8 @@ encrypted with that temporary private key and the nonce and the real public key
110 110
111Data sent to us: 111Data sent to us:
112announce response packet: 112announce response packet:
113[uint8_t packet id (132)][nonce] 113[uint8_t packet id (132)][data to send back in response(fixed size)][nonce]
114encrypted with the DHT private key of Node D, the public key in the request and the nonce:[[data to send back in response(fixed size)][(32 bytes) ping_id][Node_Format * (maximum of 8)]] 114encrypted with the DHT private key of Node D, the public key in the request and the nonce:[[(32 bytes) ping_id][Node_Format * (maximum of 8)]]
115(if the ping id is zero, it means the information to reach the client id we are searching for is stored on this node) 115(if the ping id is zero, it means the information to reach the client id we are searching for is stored on this node)
116 116
117data to route response packet: 117data to route response packet: