summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2023-05-11 19:24:49 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-05-11 19:24:49 +0000
commit032d850a2c48a1d4c767accc50ad92907309e9fc (patch)
tree37fcb535fada8fc77c49d84f7d5b600e2d3edfaf /changes
parent79dab29a0505e1cee1eee55f346415aeb70e8d6f (diff)
downloadtor-032d850a2c48a1d4c767accc50ad92907309e9fc.tar.gz
tor-032d850a2c48a1d4c767accc50ad92907309e9fc.zip
Add changes file for conflux.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket4059316
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/ticket40593 b/changes/ticket40593
new file mode 100644
index 0000000000..6590ea492c
--- /dev/null
+++ b/changes/ticket40593
@@ -0,0 +1,16 @@
+ o Major features (conflux):
+ - Implement Proposal 329 (conflux traffic splitting). Conflux splits
+ traffic across two circuits to Exits that support the protocol.
+ These circuits are pre-built only, which means that if the pre-built
+ conflux pool runs out, regular circuits will then be used.
+
+ When using conflux circuit pairs, clients choose the lower-latency
+ circuit to send data to the Exit. When the Exit sends data to the
+ client, it maximizes throughput, by fully utilizing both circuits in a
+ multiplexed fashion. Alternatively, clients can request that the Exit
+ optimize for latency when transmitting to them, by setting the torrc
+ option 'ConfluxClientUX latency'.
+
+ Onion services are not currently supported, but will be in arti. Many
+ other future optimizations will also be possible using this protocol.
+ Closes ticket 40593.