Quicr / old-quicrq

BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Warp congestion #127

Closed huitema closed 1 year ago

huitema commented 1 year ago

Testing first that congestion control as currently implemented also works in warp mode. Then, will test whether we can implement "warp like" congestion, i.e., only drop frames if next block is available.

huitema commented 1 year ago

Two fixes in the chaining of uni_stream contexts to connection contexts. They were causing discrepancies between the list of contexts seen at the stream and connection level, and thus bad handling of outgoing streams outside of the "happy path."