diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-12-23 20:55:14 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-14 14:01:55 -0500 |
commit | 9d9e71824cc228123aebd28b7b08fb9fb30d36b1 (patch) | |
tree | f11dbb826045e5ebe099df8b71291c9eb72fedd3 /changes/bug28920 | |
parent | efd765a94816bb216e81a4962c94bac385947719 (diff) | |
download | tor-9d9e71824cc228123aebd28b7b08fb9fb30d36b1.tar.gz tor-9d9e71824cc228123aebd28b7b08fb9fb30d36b1.zip |
Rework rep_hist_log_link_protocol_counts()
Diffstat (limited to 'changes/bug28920')
-rw-r--r-- | changes/bug28920 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug28920 b/changes/bug28920 new file mode 100644 index 0000000000..e698686a6d --- /dev/null +++ b/changes/bug28920 @@ -0,0 +1,6 @@ + o Minor bugfixes (logging): + - Rework rep_hist_log_link_protocol_counts() to iterate through all link + protocol versions when logging incoming/outgoing connection counts. Tor + no longer skips version 5 and we don't have to remember to update this + function when new link protocol version is developed. Fixes bug 28920; + bugfix on 0.2.6.10. |