소스 검색

note about enet_host_bandwidth_throttle optimizations

Lee Salzman 12 년 전
부모
커밋
5f05025ee1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ChangeLog

+ 1 - 0
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):