Skip to content

Commit

Permalink
Merge pull request #18 from quicwg/tfpauly-patch-1
Browse files Browse the repository at this point in the history
Note about pacing
  • Loading branch information
tfpauly committed Mar 4, 2021
2 parents bc4f556 + c83cd94 commit 6dec159
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion draft-ietf-quic-datagram.md
Expand Up @@ -254,7 +254,10 @@ result, a connection might be unable to send a DATAGRAM frame generated by the
application until the congestion controller allows it
{{!I-D.ietf-quic-recovery}}. The sender implementation MUST either delay
sending the frame until the controller allows it or drop the frame without
sending it (at which point it MAY notify the application).
sending it (at which point it MAY notify the application). Implementations
that use packet pacing SHOULD support delaying the transmission of DATAGRAM
frames for at least the time it takes to send the paced packets allowed by the
congestion controller to avoid dropping frames excessively.

Implementations can optionally support allowing the application to specify
a sending expiration time, beyond which a congestion-controlled DATAGRAM
Expand Down

0 comments on commit 6dec159

Please sign in to comment.