summaryrefslogtreecommitdiff
path: root/docs/updates/DHT.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/updates/DHT.md')
-rw-r--r--docs/updates/DHT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/updates/DHT.md b/docs/updates/DHT.md
index ba6abe3a..17db70ce 100644
--- a/docs/updates/DHT.md
+++ b/docs/updates/DHT.md
@@ -87,7 +87,7 @@ Valid queries and Responses:
87 87
88Ping(Request and response): 88Ping(Request and response):
89``` 89```
90[byte with value: 00 for request, 01 for response][char array (client node_id), length=32 bytes][random 24 byte nonce][Encrypted with the nonce and private key of the sender: [random 8 byte (ping_id)]] 90[byte with value: 00 for request, 01 for response][char array (client node_id), length=32 bytes][random 24 byte nonce][Encrypted with the nonce and private key of the sender: [1 byte type (0 for request, 1 for response)][random 8 byte (ping_id)]]
91``` 91```
92ping_id = a random integer, the response must contain the exact same number as the request 92ping_id = a random integer, the response must contain the exact same number as the request
93 93