Modules/IPStack - Rework TCP connection closing
[tpg/acess2.git] / KernelLand / Modules / IPStack / tcp.h
index dc7a0ff..c1ceb65 100644 (file)
@@ -110,6 +110,9 @@ enum eTCPConnectionState
 struct sTCPConnection
 {
        struct sTCPConnection   *Next;
+       struct sTCPConnection   *Prev;
+       struct sTCPListener     *Server;
+       
        enum eTCPConnectionState        State;  //!< Connection state (see ::eTCPConnectionState)
        Uint16  LocalPort;      //!< Local port
        Uint16  RemotePort;     //!< Remote port

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