support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT

1.3.2 release prep
This commit is contained in:
eihrul
2011-05-31 07:48:27 +00:00
parent 33e2fc6201
commit f38c177db0
9 changed files with 258 additions and 34 deletions
+1
View File
@@ -210,6 +210,7 @@ enet_host_connect (ENetHost * host, const ENetAddress * address, size_t channelC
channel -> outgoingReliableSequenceNumber = 0;
channel -> outgoingUnreliableSequenceNumber = 0;
channel -> incomingReliableSequenceNumber = 0;
channel -> incomingUnreliableSequenceNumber = 0;
enet_list_clear (& channel -> incomingReliableCommands);
enet_list_clear (& channel -> incomingUnreliableCommands);