diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-06 13:03:01 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-06 13:03:01 -0500 |
commit | edc6fa25706534b35259111797fade88c9b694da (patch) | |
tree | 7eca3c9695e1e821332856b55623429162a77bf5 /changes/bug10485 | |
parent | 35115496511f64c08849a039c926910739467169 (diff) | |
download | tor-edc6fa25706534b35259111797fade88c9b694da.tar.gz tor-edc6fa25706534b35259111797fade88c9b694da.zip |
Deliver circuit handshake counts as part of the heartbeat
Previously, they went out once an hour, unconditionally.
Fixes 10485; bugfix on 0.2.4.17-rc.
Diffstat (limited to 'changes/bug10485')
-rw-r--r-- | changes/bug10485 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10485 b/changes/bug10485 new file mode 100644 index 0000000000..7e5fa530e8 --- /dev/null +++ b/changes/bug10485 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Move message about circuit handshake counts into the heartbeat + message where it belongs, instead of logging it once per hour + unconditionally. Fixes bug 10485; bugfix on 0.2.4.17-rc. |