Show
Ignore:
Timestamp:
05/20/10 16:05:25 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP/IP stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/user/sdk/network/tcp_options.h

    r2084 r2085  
    2727void* TcpOptionAdd(struct TcpHeaderBuild* build, int type); 
    2828int TcpFinishHeader(struct TcpHeaderBuild* build); 
    29 int TcpParseOptions(struct TcpSocketInfo* info, struct TcpHeader* header); 
     29int TcpParseOptions(struct TcpSocketInfo* info, struct TcpHeader* header, ushort packetLength); 
    3030 
    3131#endif