Skip to content

Commit

Permalink
Closes #1667
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 27, 2018
1 parent 4600624 commit d9b1d6b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -3722,10 +3722,9 @@ latency.
## Packet Processing and Acknowledgment {#processing-and-ack}

A packet MUST NOT be acknowledged until packet protection has been successfully
removed and all frames contained in the packet have been processed. Any stream
state transitions triggered by the frame MUST have occurred. For STREAM frames,
this means the data has been enqueued in preparation to be received by the
application protocol, but it does not require that data is delivered and
removed and all frames contained in the packet have been processed. For STREAM
frames, this means the data has been enqueued in preparation to be received by
the application protocol, but it does not require that data is delivered and
consumed.

Once the packet has been fully processed, a receiver acknowledges receipt by
Expand Down

0 comments on commit d9b1d6b

Please sign in to comment.