summaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authoreihrul <eihrul>2010-05-14 18:20:20 +0000
committereihrul <eihrul>2010-05-14 18:20:20 +0000
commitc5189c090fc47503790bcb994232629897d61d7c (patch)
tree487dda62fc80a435388837781e140a4aab78dc6b /ChangeLog
parentc4138503f9986e9afe032476daf033bd2d95b4d8 (diff)
downloadenet-c5189c090fc47503790bcb994232629897d61d7c.tar.gz
enet-c5189c090fc47503790bcb994232629897d61d7c.zip
added enet_host_channel_limit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9219d7..8520432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,