summaryrefslogtreecommitdiff
path: root/docs/TCP_Network.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TCP_Network.txt')
-rw-r--r--docs/TCP_Network.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TCP_Network.txt b/docs/TCP_Network.txt
index b9215943..ce52b8e9 100644
--- a/docs/TCP_Network.txt
+++ b/docs/TCP_Network.txt
@@ -78,6 +78,8 @@ received
78client sent the server the public key and the public key we sent to the client, 78client sent the server the public key and the public key we sent to the client,
79the next with base nonce + 1...) 79the next with base nonce + 1...)
80 80
81The connection is set to an unconfirmed state until a packet is recieved and
82decrypted correctly using the information in the handshake.
81 83
82each packet sent to/from the server has an id (the first byte of the plain text 84each packet sent to/from the server has an id (the first byte of the plain text
83data of the packet.) 85data of the packet.)