UDP Packets are now sent and recieved correctly (server not tested)
[tpg/acess2.git] / Modules / IPStack / tcp.h
index ed517db..fd04f7b 100644 (file)
@@ -68,7 +68,7 @@ struct sTCPListener
         int    NextID;         //!< Name of the next connection
        tSpinlock       lConnections;   //!< Spinlock for connections
        tTCPConnection  *Connections;   //!< Connections (linked list)
-       volatile tTCPConnection *NewConnections;
+        tTCPConnection *volatile NewConnections;
 };
 
 struct sTCPConnection

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