summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2013-05-11 21:58:27 +0300
committerLee Salzman <[email protected]>2013-05-11 21:58:27 +0300
commit5f05025ee1b37fbabbb8afa381aed31fbb6f97af (patch)
tree2af7ec332d594aa43ea5fbaa9e4afce990e6f6a4
parent69b98608e5fb48160947807256ea53f5574dae37 (diff)
downloadenet-5f05025ee1b37fbabbb8afa381aed31fbb6f97af.tar.gz
enet-5f05025ee1b37fbabbb8afa381aed31fbb6f97af.zip
note about enet_host_bandwidth_throttle optimizations
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e60700a..5114fbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* added enet_socket_get_address() for querying the local address of a socket
* silenced some debugging prints unless ENET_DEBUG is defined during compilation
* handle EINTR in enet_socket_wait() so that enet_host_service() doesn't propagate errors from signals
+* optimized enet_host_bandwidth_throttle() to be less expensive for large numbers of peers
ENet 1.3.7 (March 6, 2013):