diff options
author | eihrul <eihrul> | 2010-05-14 18:20:20 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-05-14 18:20:20 +0000 |
commit | c5189c090fc47503790bcb994232629897d61d7c (patch) | |
tree | 487dda62fc80a435388837781e140a4aab78dc6b /ChangeLog | |
parent | c4138503f9986e9afe032476daf033bd2d95b4d8 (diff) | |
download | enet-c5189c090fc47503790bcb994232629897d61d7c.tar.gz enet-c5189c090fc47503790bcb994232629897d61d7c.zip |
added enet_host_channel_limit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |