summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-15 18:29:20 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-15 18:29:20 -0500
commita9c80788d76f1ebd9fd79fe893ca57ae2ba483d6 (patch)
tree5aa67f85fd7c4483269b90dfea8188c3ccf49329
parent31e784915eaf90bf5794ff4f96989b9ff509ec8e (diff)
parent6440fdb8de64f7a42924e2ff1ee2d960c18e6888 (diff)
downloadtor-a9c80788d76f1ebd9fd79fe893ca57ae2ba483d6.tar.gz
tor-a9c80788d76f1ebd9fd79fe893ca57ae2ba483d6.zip
Merge remote-tracking branch 'mikeperry-github/bug29089'
-rw-r--r--changes/ticket2814210
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/ticket28142 b/changes/ticket28142
new file mode 100644
index 0000000000..b74b2bd47e
--- /dev/null
+++ 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.