Quote:
Originally Posted by Disconnect
Nö, hat sich nichts getan.
|
PHP Code:
if(strcmp(command ,"XXX")==0)
{
int x = 0;
for(x;x<1000;x++)
{
SendPacket(mypacket,7);
//wait(3);
printf("Yang Drop Packet sent \n");
}
}
Damit funzt bei mir auf jedenfall x3