diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:54:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:54:56 -0500 |
commit | 15e752e6b111e159b1dee3bb4692d8de3c4d1c7f (patch) | |
tree | 550ff41d9cb3e5c9178f7857246b8631fdc235d2 /changes | |
parent | 63312e0299090bb61de62cd5ed45166a70b7f698 (diff) | |
parent | cbe04d455016233f4759fe281c07dd7db6096c2a (diff) | |
download | tor-15e752e6b111e159b1dee3bb4692d8de3c4d1c7f.tar.gz tor-15e752e6b111e159b1dee3bb4692d8de3c4d1c7f.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24104 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24104 b/changes/bug24104 new file mode 100644 index 0000000000..ca2a3537fa --- /dev/null +++ b/changes/bug24104 @@ -0,0 +1,4 @@ + o Minor bugfix (relay statistics): + - Update relay descriptor on bandwidth changes only when the uptime is + smaller than 24h in order to reduce the efficiency of guard discovery + attacks. Fixes bug 24104; bugfix on 0.1.1.6-alpha. |