]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for Ticket 28142.
authorMike Perry <mikeperry-git@torproject.org>
Tue, 15 Jan 2019 22:50:52 +0000 (22:50 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Tue, 15 Jan 2019 22:53:03 +0000 (22:53 +0000)
changes/ticket28142 [new file with mode: 0644]

diff --git a/changes/ticket28142 b/changes/ticket28142
new file mode 100644 (file)
index 0000000..b74b2bd
--- /dev/null
@@ -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.