- Timestamp:
- 06/16/10 15:11:16 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/user/sdk/network/tcp/tcp_input.h
r2100 r2101 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 8 9 #endif
