Files
tor/changes/timeouts
T
Nick Mathewson 27e870cede Fix most lintChanges warnings
(Also remove changes/bug19530 since it was a bugfix on no released
version)
2016-08-02 11:32:08 -04:00

8 lines
406 B
Plaintext

o Minor features (infrastructure):
- Tor now includes an improved timer backend, so that we can efficiently
support tens or hundreds of thousands of concurrent timers, as will be
needed for some of our planned anti-traffic-analysis work. This code
is based on William Ahern's "timeout.c" project, which implements
a "tickless hierarchical timing wheel". Closes ticket 18365.