is anyone can fix this please ? it's make a world server and db server crash.
:handsdown::handsdown::handsdown::handsdown:
[Only registered and activated users can see links. Click Here To Register...]
look down at the source.
got this.
how to code to block ip that have more buffer sir.
Thank you.
:handsdown::handsdown::handsdown::handsdown:
[Only registered and activated users can see links. Click Here To Register...]
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.