Skip to content

Commit

Permalink
Jana's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Jul 14, 2018
1 parent abe0954 commit f4e8d10
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,30 +88,30 @@ when, and only when, they appear in all capitals, as shown here.

Definitions of terms that are used in this document:

Sender:
ACK frames:

: The endpoint sending QUIC packets.

Receiver:

: The endpoint receiving QUIC packets and sending acknowledgements in
response.
: ACK frames refer to both ACK and ACK_ECN frames in this
document.

ACK-only:

: Any packet containing only an ACK or ACK_ECN frame. The rest of this
document uses "ACK frames" to refer to both ACK and ACK_ECN frames.
: Any packet containing only an ACK frame.

In-flight:

: Packets are considered in-flight because they have been sent
and neither acknowledged or considered lost, and they are not
: Packets are considered in-flight when they have been sent
and neither acknowledged or declared lost, and they are not
ACK-only.

Retransmittable:
Retransmittable Frames:

: All frames besides ACK, ACK_ECN, or PADDING are considered
retransmittable.

Retransmittable Packets:

: Packets that contain frames besides ACK, ACK_ECN, or PADDING elicit
an ACK from the receiver and are called retransmittable.
: Packets that contain retransmittable frames elicit an ACK from
the receiver and are called retransmittable packets.


# Design of the QUIC Transmission Machinery
Expand Down

0 comments on commit f4e8d10

Please sign in to comment.