From ea7d1a726d2145d11c210c217370c766cc6179e9 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Thu, 9 Jan 2014 19:54:42 -0500 Subject: Putting the sendback outside the encrypted part of the response. It's more useful this way. --- docs/Prevent_Tracking.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 Data sent to us: announce response packet: -[uint8_t packet id (132)][nonce] -encrypted 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)]] +[uint8_t packet id (132)][data to send back in response(fixed size)][nonce] +encrypted 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)]] (if the ping id is zero, it means the information to reach the client id we are searching for is stored on this node) data to route response packet: -- cgit v1.2.3