summaryrefslogtreecommitdiff
path: root/docs/Hardening_docs.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-12-07 21:13:07 -0500
committerirungentoo <irungentoo@gmail.com>2013-12-07 21:13:07 -0500
commit606c2c12abfa0de9b2947dcdbbb47f8f8230852a (patch)
tree29be424206696fa8aad5ae7aabd76b2ff00b75f1 /docs/Hardening_docs.txt
parent1c45e5993858a4fc0e85858975e3206a657b9f94 (diff)
Small fixes.
Diffstat (limited to 'docs/Hardening_docs.txt')
-rw-r--r--docs/Hardening_docs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Hardening_docs.txt b/docs/Hardening_docs.txt
index 08c6ef13..c5de6ade 100644
--- a/docs/Hardening_docs.txt
+++ b/docs/Hardening_docs.txt
@@ -13,7 +13,7 @@ All hardening requests must contain exactly 768 bytes of data. (The data sent mu
13-The packet is a get nodes test request: 13-The packet is a get nodes test request:
14 send a get_node request to that node with the id to query in the request. 14 send a get_node request to that node with the id to query in the request.
15 when a send_node response is received, send the following response to the person who sent us the get nodes test request packet: 15 when a send_node response is received, send the following response to the person who sent us the get nodes test request packet:
16 [byte with value: 03 (get nodes test response)][client_id(32 bytes): the id that the node was queried with][The list of nodes it responded with in IPv6 Node format (struct Node_Format)] 16 [byte with value: 03 (get nodes test response)][client_id(32 bytes): the id of the tested node][The list of nodes it responded with in IPv6 Node format (struct Node_Format)]
17 PROTIP: (get node requests and response contain an encrypted part that you can use to store information so that you don't 17 PROTIP: (get node requests and response contain an encrypted part that you can use to store information so that you don't
18 have to store in your memory where/if to send back the response from the send node) 18 have to store in your memory where/if to send back the response from the send node)
19 19