From 2bb5e2c08488d4f43c964fcb92629dca2d294e7a Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 12 Mar 2014 20:47:07 -0400 Subject: Started writing the code for the TCP relay server. --- docs/TCP_Network.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 client sent the server the public key and the public key we sent to the client, the next with base nonce + 1...) +The connection is set to an unconfirmed state until a packet is recieved and +decrypted correctly using the information in the handshake. each packet sent to/from the server has an id (the first byte of the plain text data of the packet.) -- cgit v1.2.3