added enet_host_channel_limit

This commit is contained in:
eihrul
2010-05-14 18:20:20 +00:00
parent c4138503f9
commit c5189c090f
4 changed files with 31 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
ENet 1.2.2 (May 13, 2010):
* added enet_host_channel_limit() for limiting the maximum number of
channels allowed by connected peers
* now uses dispatch queues for event dispatch rather than potentially
unscalable array walking
* added no_memory callback that is called when a malloc attempt fails,