- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/user/sdk/network/tcp_options.h
r2084 r2085 27 27 void* TcpOptionAdd(struct TcpHeaderBuild* build, int type); 28 28 int TcpFinishHeader(struct TcpHeaderBuild* build); 29 int TcpParseOptions(struct TcpSocketInfo* info, struct TcpHeader* header );29 int TcpParseOptions(struct TcpSocketInfo* info, struct TcpHeader* header, ushort packetLength); 30 30 31 31 #endif
