diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:29:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:29:00 -0400 |
commit | befddf6d2a46cd25beeb46357bf6cc4fe21802ce (patch) | |
tree | 60c991f1b43a4028abc7d33786ae2eff80ecc9df /changes | |
parent | 469189d84a9b968be7a296c42ac540bf31824124 (diff) | |
parent | 6689c95d061d440ca16369583dac066cc35a6807 (diff) | |
download | tor-befddf6d2a46cd25beeb46357bf6cc4fe21802ce.tar.gz tor-befddf6d2a46cd25beeb46357bf6cc4fe21802ce.zip |
Merge branch 'ticket17857_squashed' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17857 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug17857 b/changes/bug17857 new file mode 100644 index 0000000000..6c88638231 --- /dev/null +++ b/changes/bug17857 @@ -0,0 +1,6 @@ + o Minor features (defensive programming): + - Create a pair of consensus parameters nf_pad_tor2web and + nf_pad_single_onion that allow us to disable netflow padding in the + consensus for non-anonymous connections, in case the overhead is high. + Closes #17857. + |