openziti / dilithium

Framework for high-performance streaming over message-passing systems. High-performance WAN protocols over UDP datagrams. Implemented in golang.
Apache License 2.0
13 stars 2 forks source link

Dynamic Source/Destination TxAlgorithm #135

Open michaelquigley opened 3 years ago

michaelquigley commented 3 years ago

In scenarios with asymmetric network properties (different upstream and downstream capabilities), both sides of the communication may require different TxPortal implementations or tunings. Support this on top of the core flow framework. (#132)