Updated ENet version from 1.3.8 to 1.3.10

This commit is contained in:
Alex Szpakowski
2013-11-01 01:09:21 -03:00
parent 86f3ee4775
commit 97bbbe638b
9 changed files with 153 additions and 97 deletions
+11
View File
@@ -1,3 +1,14 @@
ENet 1.3.10 (October 23, 2013);
* doubled maximum reliable window size
* fixed RCVTIMEO/SNDTIMEO socket options and also added NODELAY
ENet 1.3.9 (August 19, 2013):
* added duplicatePeers option to ENetHost which can limit the number of peers from duplicate IPs
* added enet_socket_get_option() and ENET_SOCKOPT_ERROR
* added enet_host_random_seed() platform stub
ENet 1.3.8 (June 2, 2013):
* added enet_linked_version() for checking the linked version