diff options
author | eihrul <eihrul> | 2010-05-14 23:41:14 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-05-14 23:41:14 +0000 |
commit | 72525fbca19d4a643ae1e0547947d4d6fa32f4b4 (patch) | |
tree | 72cdff8f56a93333d4f7655e33719635dd81653c /ChangeLog | |
parent | 94a1e8879fd98719fcac0ba28df84c5b72d52178 (diff) | |
download | enet-72525fbca19d4a643ae1e0547947d4d6fa32f4b4.tar.gz enet-72525fbca19d4a643ae1e0547947d4d6fa32f4b4.zip |
added totalSentData, totalSentPackets, totalReceivedData, totalReceivedPackets
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ ENet 1.2.2 (May 13, 2010): +* added totalSentData, totalSentPackets, totalReceivedData, and +totalReceivedPackets counters inside ENetHost for getting usage +statistics * 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 |