TCP Server now seems to work, started fixing client (also need to clean up TCP code)
[tpg/acess2.git] / Modules / IPStack / tcp.h
index cdd3a8f..492e035 100644 (file)
@@ -136,8 +136,11 @@ struct sTCPConnection
 enum eTCPConnectionState
 {
        TCP_ST_CLOSED,
+       TCP_ST_SYN_SENT,
        TCP_ST_HALFOPEN,
-       TCP_ST_OPEN
+       TCP_ST_OPEN,
+       TCP_ST_FIN_SENT,
+       TCP_ST_FINISHED
 };
 
 #endif

UCC git Repository :: git.ucc.asn.au