This document references:
IETF RFC 5681 - TCP Congestion Control
Published by IETF
on
September 1, 2009
This document defines TCP's four intertwined congestion control algorithms: slow start, congestion avoidance, fast retransmit, and fast recovery. In addition, the document specifies how TCP should...
This document references:
IETF RFC 6298 - Computing TCP’s Retransmission Timer
Published by IETF
on
June 1, 2011
This document defines the standard algorithm that Transmission Control Protocol (TCP) senders are required to use to compute and manage their retransmission timer. It expands on the discussion in...
This document is referenced by:
RFC 9221 - An Unreliable Datagram Extension to QUIC
Published by IETF
on
March 1, 2022
Abstract This document defines an extension to the QUIC transport protocol to add support for sending and receiving unreliable datagrams over a QUIC connection.
This document is referenced by:
RFC 9250 - DNS over Dedicated QUIC Connections
Published by IETF
on
May 1, 2022
Abstract This document describes the use of QUIC to provide transport confidentiality for DNS. The encryption provided by QUIC has similar properties to those provided by TLS, while QUIC transport...
This document is referenced by:
RFC 9406 - HyStart++: Modifed Slow Start for TCP
Published by IETF
on
May 1, 2023
This document describes HyStart++, a simple modification to the slow start phase of congestion control algorithms. Slow start can overshoot the ideal send rate in many cases, causing high packet loss...
This document is referenced by:
RFC 9438 - CUBIC for Fast and Long-Distance Networks
Published by IETF
on
August 1, 2023
CUBIC is a standard TCP congestion control algorithm that uses a cubic function instead of a linear congestion window increase function to improve scalability and stability over fast and...