Show
Ignore:
Timestamp:
06/17/10 09:10:13 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP, soon we'll add to host and port entries when connection is closed.

Files:
1 modified

Legend:

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

    r2101 r2102  
    55                length); 
    66int TcpSocketRecv(Socket* socket, void* buffer, unsigned long length, int flags); 
    7 void TcpDropPacket(struct TcpSocket* tcpSock, int length); 
     7 
     8#define TCP_CHECKSUM    0x01 
     9void TcpDropPacket(struct TcpSocket* tcpSock, int length, int reason); 
    810 
    911#endif