summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2019-01-15 22:50:52 +0000
committerMike Perry <mikeperry-git@torproject.org>2019-01-15 22:53:03 +0000
commit6440fdb8de64f7a42924e2ff1ee2d960c18e6888 (patch)
treefe066db879473f0a4fa1a64b5caa6891de309f6b
parentba5889011853bc1d86892b5379a87766b0380be5 (diff)
downloadtor-6440fdb8de64f7a42924e2ff1ee2d960c18e6888.tar.gz
tor-6440fdb8de64f7a42924e2ff1ee2d960c18e6888.zip
Changes file for Ticket 28142.
-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.