Skip to content

Commit

Permalink
Simplify definition of rate adaptation
Browse files Browse the repository at this point in the history
  • Loading branch information
mengelbart committed Oct 17, 2023
1 parent fb1107f commit 9f37c2b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions draft-ietf-avtcore-rtp-over-quic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f37c2b

Please sign in to comment.