- Timestamp:
- 06/17/10 09:10:13 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/user/sdk/network/tcp/tcp_input.h
r2101 r2102 5 5 length); 6 6 int TcpSocketRecv(Socket* socket, void* buffer, unsigned long length, int flags); 7 void TcpDropPacket(struct TcpSocket* tcpSock, int length); 7 8 #define TCP_CHECKSUM 0x01 9 void TcpDropPacket(struct TcpSocket* tcpSock, int length, int reason); 8 10 9 11 #endif
