look down at the source.
got this.
PHP Code:
if( dwDataSize > MAX_BUFFER ) // if( uPacketSize > MAX_BUFFER ) // kang: 2008/08/14
{
char lpAddr[16] = { 0,};
GetPeerAddr( DPID_UNKNOWN, lpAddr, NULL );
Error( "CClientSocket.Fetch: ip = %s, size = %d", lpAddr, dwDataSize );
WSASetLastError( ERROR_BAD_NET_NAME );
return NULL;
}
how to code to block ip that have more buffer sir.
Thank you.






