aboutsummaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authoreihrul <eihrul>2010-05-14 23:41:14 +0000
committereihrul <eihrul>2010-05-14 23:41:14 +0000
commit72525fbca19d4a643ae1e0547947d4d6fa32f4b4 (patch)
tree72cdff8f56a93333d4f7655e33719635dd81653c /ChangeLog
parent94a1e8879fd98719fcac0ba28df84c5b72d52178 (diff)
downloadenet-72525fbca19d4a643ae1e0547947d4d6fa32f4b4.tar.gz
enet-72525fbca19d4a643ae1e0547947d4d6fa32f4b4.zip
added totalSentData, totalSentPackets, totalReceivedData, totalReceivedPackets
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8520432..1117b2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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