limit number of packets that can be received per iteration of protocol loop
This commit is contained in:
+3
-1
@@ -1191,7 +1191,9 @@ commandError:
|
||||
static int
|
||||
enet_protocol_receive_incoming_commands (ENetHost * host, ENetEvent * event)
|
||||
{
|
||||
for (;;)
|
||||
int packets;
|
||||
|
||||
for (packets = 0; packets < 256; ++ packets)
|
||||
{
|
||||
int receivedLength;
|
||||
ENetBuffer buffer;
|
||||
|
||||
Reference in New Issue
Block a user