diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-10 09:05:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-10 09:05:15 -0400 |
commit | beca6a585c5cd594333ae07b0ae3326188f9d67c (patch) | |
tree | 2f64a2dacc5edcba93f9508b99487ac79ffbac39 /changes | |
parent | a4a7939ae1605936c55d4b483d5f01e947f7575c (diff) | |
parent | a1a7ebfb8dbb9b104771e99571b6a60c70ee1dbe (diff) | |
download | tor-beca6a585c5cd594333ae07b0ae3326188f9d67c.tar.gz tor-beca6a585c5cd594333ae07b0ae3326188f9d67c.zip |
Merge branch 'ticket26064'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket26064 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket26064 b/changes/ticket26064 new file mode 100644 index 0000000000..6efb8a483c --- /dev/null +++ b/changes/ticket26064 @@ -0,0 +1,5 @@ + o Minor features (accounting): + - When we become dormant, use a scheduled event to wake up at the right + time. Previously, we would use the per-second timer to check whether + to wake up, but we no longer have any per-second timers enabled when + the network is disabled. Closes ticket 26064. |