ENet 1.3.6 release preparation

This commit is contained in:
Lee Salzman
2012-12-11 13:20:50 +02:00
parent c74ac8b844
commit 2c413b2353
4 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
ENet 1.3.6 (December 11, 2012):
* added support for intercept callback in ENetHost that can be used to process raw packets before ENet
* added enet_socket_shutdown() for issuing shutdown on a socket
* fixed enet_socket_connect() to not error on non-blocking connects
* fixed bug in MTU negotiation during connections
ENet 1.3.5 (July 31, 2012):
* fixed bug in unreliable packet fragment queuing