dotiao / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

Timers to be optimized for better scalability #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we are using the default heap-structure-based libevent2 timers. For 
very popular timer intervals (like 300 and 600 secs) a simpler and more 
efficient implementation is possible (based on linked lists).

Original issue reported on code.google.com by mom040...@gmail.com on 26 Dec 2013 at 8:29

GoogleCodeExporter commented 9 years ago
Fixed in 3.1.6.0

Original comment by mom040...@gmail.com on 26 Dec 2013 at 8:32