aboutsummaryrefslogtreecommitdiff
path: root/changes/bug16861
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-19 10:00:54 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-19 10:00:54 -0400
commit8410f47b6e7e6d87f1082c2328cc3fc209d0b2ae (patch)
tree40976b8887896f85de545dbc4db430c9a8adc272 /changes/bug16861
parent3628efe29c170025cec1001001a141dc3f9c5860 (diff)
downloadtor-8410f47b6e7e6d87f1082c2328cc3fc209d0b2ae.tar.gz
tor-8410f47b6e7e6d87f1082c2328cc3fc209d0b2ae.zip
start changelog for 0.3.1.1-alpha by sorting entries
Diffstat (limited to 'changes/bug16861')
-rw-r--r--changes/bug1686116
1 files changed, 0 insertions, 16 deletions
diff --git a/changes/bug16861 b/changes/bug16861
deleted file mode 100644
index f540254946..0000000000
--- a/changes/bug16861
+++ /dev/null
@@ -1,16 +0,0 @@
- o Major features (traffic analysis resistance):
- - Relays and clients will now send a padding cell on idle OR
- connections every 1.5 to 9.5 seconds (tunable via consensus
- parameters). Directory connections and inter-relay connections
- are not padded. Padding is negotiated using Tor's link protocol,
- so both relays and clients must upgrade for this to take effect.
- Clients may still send padding despite the relay's version by
- setting ConnectionPadding 1 in torrc, and may disable padding
- by setting ConnectionPadding 0 in torrc. Padding may be minimized
- for mobile users with the torrc option ReducedConnectionPadding.
- Implements Proposal 251 and Section 2 of Proposal 254; closes ticket
- 16861.
- - Relays will publish 24 hour totals of padding and non-padding cell
- counts to their extra-info descriptors, unless PaddingStatistics 0
- is set in torrc. These 24 hour totals are also rounded to multiples
- of 10000.