Skip to content

Commit

Permalink
Merge pull request #129 from quicwg/fix-123
Browse files Browse the repository at this point in the history
Add some guidance for ACK scheduling
  • Loading branch information
Yanmei-Liu committed Jul 11, 2022
2 parents f54fe39 + e374c49 commit dad1f45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions draft-ietf-quic-multipath.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,16 @@ proposed and implemented, notably for Multipath TCP. A companion draft
{{I-D.bonaventure-iccrg-schedulers}} provides several general-purpose
packet schedulers depending on the application goals.

Note that the receiver could use a different scheduling strategy to send
ACK(_MP) frames. The recommended default behaviour consists in sending
ACK(_MP) frames on the path they acknowledge packets. Other scheduling
strategies, such as sending ACK(_MP) frames on the lowest latency
path, might be considered, but they could impact the sender with side
effects on, e.g., the RTT estimation or the congestion control scheme.
When adopting such asymetrical acknowledgment scheduling, the receiver
should at least ensure that the sender negotiated one-way delay
calculation mechanism (e.g., [QUIC-Timestamp]).

# Recovery

Simultaneous use of multiple paths enables different
Expand Down

0 comments on commit dad1f45

Please sign in to comment.