diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2017-06-23 18:44:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:28:45 -0400 |
commit | 6689c95d061d440ca16369583dac066cc35a6807 (patch) | |
tree | 774b22447c9a60ccd8ae9790960ff893eed2840a /changes | |
parent | 6d221c8f371a0c1809552b699f1afab8cde3bd31 (diff) | |
download | tor-6689c95d061d440ca16369583dac066cc35a6807.tar.gz tor-6689c95d061d440ca16369583dac066cc35a6807.zip |
Changes file for #17857.
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. + |