diff options
Diffstat (limited to 'docs/Prevent_Tracking.txt')
-rw-r--r-- | docs/Prevent_Tracking.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Prevent_Tracking.txt b/docs/Prevent_Tracking.txt index c5f33e96..d170103f 100644 --- a/docs/Prevent_Tracking.txt +++ b/docs/Prevent_Tracking.txt | |||
@@ -110,7 +110,8 @@ encrypted with that temporary private key and the nonce and the public key from | |||
110 | (if Node D contains the ret data for the node, it sends the stuff in this packet as a data to route response packet to the right node) | 110 | (if Node D contains the ret data for the node, it sends the stuff in this packet as a data to route response packet to the right node) |
111 | 111 | ||
112 | The data in the previous packet is in format: [real public key of sender] | 112 | The data in the previous packet is in format: [real public key of sender] |
113 | encrypted with real private key of the sender, the nonce in the data packet and the real public key of the reciever:[[uint8_t id][data (optional)]] | 113 | encrypted with real private key of the sender, the nonce in the data packet and |
114 | the real public key of the receiver:[[uint8_t id][data (optional)]] | ||
114 | 115 | ||
115 | Data sent to us: | 116 | Data sent to us: |
116 | announce response packet: | 117 | announce response packet: |
@@ -153,5 +154,5 @@ Data packets: | |||
153 | 154 | ||
154 | To tell our friend what our DHT public key is so that he can connect to us we send a data packet | 155 | To tell our friend what our DHT public key is so that he can connect to us we send a data packet |
155 | with id 156 and the data being:[uint64_t (in network byte order) no_replay, the packet will only be | 156 | with id 156 and the data being:[uint64_t (in network byte order) no_replay, the packet will only be |
156 | accepted if this number is bigger than the last one recieved] [our dht public key][Node_Format * ( | 157 | accepted if this number is bigger than the last one received] [our dht public key][Node_Format * ( |
157 | maximum of 8) nodes closest to us so that the friend can find us faster] | 158 | maximum of 8) nodes closest to us so that the friend can find us faster] |