tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a9c80788d76f1ebd9fd79fe893ca57ae2ba483d6
parent 31e784915eaf90bf5794ff4f96989b9ff509ec8e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 15 Jan 2019 18:29:20 -0500

Merge remote-tracking branch 'mikeperry-github/bug29089'

Diffstat:
Achanges/ticket28142 | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/changes/ticket28142 b/changes/ticket28142 @@ -0,0 +1,10 @@ + o Major features (circuit padding): + - Implement preliminary support for the circuit padding portion of + Proposal 254. The implementation supports Adaptive Padding (aka + WTF-PAD) state machines for use between experimental clients and + relays. Support is also provided for APE-style state machines that + use probability distributions instead of histograms to specify + inter-packet delay. At the moment, Tor does not provide any padding + state machines that are used in normal operation -- this feature + exists solely for experimentation in this release. Closes + ticket 28142.