summaryrefslogtreecommitdiff
path: root/docs/TCP_Network.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-03-12 20:47:07 -0400
committerirungentoo <irungentoo@gmail.com>2014-03-12 20:47:07 -0400
commit2bb5e2c08488d4f43c964fcb92629dca2d294e7a (patch)
tree616d73c07b072033b155577628cb1839872f02f3 /docs/TCP_Network.txt
parent128a0d24446f4d1b5071795742e81e17a9e73fd5 (diff)
Started writing the code for the TCP relay server.
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.)