fallbackdir: Update list generated on June 01, 2023
[tor.git] / changes / ticket40593
blob6590ea492cd546ff6190280417f3f7a6163567a2
1   o Major features (conflux):
2     - Implement Proposal 329 (conflux traffic splitting). Conflux splits
3       traffic across two circuits to Exits that support the protocol.
4       These circuits are pre-built only, which means that if the pre-built
5       conflux pool runs out, regular circuits will then be used.
7       When using conflux circuit pairs, clients choose the lower-latency
8       circuit to send data to the Exit. When the Exit sends data to the
9       client, it maximizes throughput, by fully utilizing both circuits in a
10       multiplexed fashion. Alternatively, clients can request that the Exit
11       optimize for latency when transmitting to them, by setting the torrc
12       option 'ConfluxClientUX latency'.
14       Onion services are not currently supported, but will be in arti. Many
15       other future optimizations will also be possible using this protocol.
16       Closes ticket 40593.