From 9f37c2b4a916caf663b72302b3efc17ba9f4d664 Mon Sep 17 00:00:00 2001 From: Mathis Engelbart Date: Tue, 17 Oct 2023 11:47:22 +0200 Subject: [PATCH] Simplify definition of rate adaptation --- draft-ietf-avtcore-rtp-over-quic.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/draft-ietf-avtcore-rtp-over-quic.md b/draft-ietf-avtcore-rtp-over-quic.md index 58f8d6d..8e64502 100644 --- a/draft-ietf-avtcore-rtp-over-quic.md +++ b/draft-ietf-avtcore-rtp-over-quic.md @@ -251,13 +251,7 @@ QUIC congestion controller: Rate Adaptation: : A mechanism that adjusts the sending rate of an application in order to -maximize the amount of information that is sent to a receiver without causing -buffer bloat, when queues build beyond a reasonable amount, or jitter, when -interpacket arrival times fluctuate due to queuing delays. Rate adaptation is -one way to respond to sending rate limitations imposed by congestion control -algorithms. When a sender has multiple media streams to the receiver, the sum of -all sending rates for media streams must not be high enough to cause congestion -on the path these media streams share between sender and receiver. +respond to sending rate limitations imposed by congestion control algorithms. Receiver: : An endpoint that receives media in RTP packets and may send or receive RTCP packets.