summaryrefslogtreecommitdiff
path: root/changes/timeouts
blob: dc8f72497495327ee61a1bf1ff88d2239b51c5d6 (plain)
1
2
3
4
5
6
7
  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.