diff options
author | juga0 <juga@riseup.net> | 2018-06-04 20:40:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-01 18:47:20 -0400 |
commit | bbb82a52491de244fbdf5d7b6f22ae26f8b4ea19 (patch) | |
tree | 1b38bc5b963cc57cb4f56cc29b7dc74f76663a7a /changes | |
parent | 6210d568ecc5c2fd1833126d68505f42e4399820 (diff) | |
download | tor-bbb82a52491de244fbdf5d7b6f22ae26f8b4ea19.tar.gz tor-bbb82a52491de244fbdf5d7b6f22ae26f8b4ea19.zip |
Add changes file
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. |