X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2Ftcp.h;h=c2ca89307e4fc666bffac29c1608b068ab371b99;hb=f2fd50e797e6a3b3590e4c2e13b6782dd87c25a2;hp=93e5c1ed07d9ff2561983b14d391d6d3a4c44e2e;hpb=d42ba7958374f7f19500320d17b34267c9ae416c;p=tpg%2Facess2.git diff --git a/Modules/IPStack/tcp.h b/Modules/IPStack/tcp.h index 93e5c1ed..c2ca8930 100644 --- a/Modules/IPStack/tcp.h +++ b/Modules/IPStack/tcp.h @@ -19,7 +19,7 @@ struct sTCPHeader Uint32 SequenceNumber; Uint32 AcknowlegementNumber; #if 0 - struct { + struct { // Lowest to highest unsigned Reserved: 4; unsigned DataOffset: 4; // Size of the header in 32-bit words } __attribute__ ((packed)); @@ -69,7 +69,8 @@ struct sTCPListener int NextID; //!< Name of the next connection tSpinlock lConnections; //!< Spinlock for connections tTCPConnection *Connections; //!< Connections (linked list) - tTCPConnection *volatile NewConnections; + tTCPConnection *volatile NewConnections; + tTCPConnection *ConnectionsTail; }; struct sTCPStoredPacket