Skip to content
Discussion options

You must be logged in to vote

At the time when New Reno was specified, there was generally a single specification for both loss recovery and congestion control. This has evolved. The QUIC specification (RFC 9002) cleanly separates the two functions. Loss recovery in Picoquic is implemented independently of the congestion control algorithm, and basically follows RFC 9002, which itself is based on RFC 8985 (RACK). The "The NewReno Modification to TCP's Fast Recovery Algorithm" specification in RFC 6582 is largely obsolete, and there is no plan to implement it in QUIC.

When we discuss "recovery" for congestion control algorithm, we are not usually speaking about packet loss recovery, but about a specific interaction betw…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kazedaa
Comment options

Answer selected by Kazedaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants