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

retxMonitor Deadline Re-evaluation #83

Closed michaelquigley closed 3 years ago

michaelquigley commented 4 years ago

RTT values change. Payloads may have been adopted into the retxMonitor and provided a deadline based on an older RTT value.

We may consider re-evaluating payload deadlines when RTT values change significantly (according to a configurable threshold).