Skip to content

Commit

Permalink
Include decryption failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jun 8, 2018
1 parent 195f144 commit e772275
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,11 +730,12 @@ Every QUIC packet that is coalesced into a single UDP datagram is separate and
complete. Though the values of some fields in the packet header might be
redundant, no fields are omitted. The receiver of coalesced QUIC packets MUST
individually process each QUIC packet and separately acknowledge them, as if
they were received as the payload of different UDP datagrams. If the keys
required to process one or more packets in a datagram are not available, the
receiver MUST attempt to process the remaining packets. The skipped packets MAY
either be discarded or buffered for later processing, just as if the packets
were received out-of-order in separate datagrams.
they were received as the payload of different UDP datagrams. If one or more
packets in a datagram cannot be processed, either because the keys are not yet
available or because decryption fails, the receiver MUST still attempt to
process the remaining packets. The skipped packets MAY either be discarded or
buffered for later processing, just as if the packets were received out-of-order
in separate datagrams.


## Connection ID {#connection-id}
Expand Down

0 comments on commit e772275

Please sign in to comment.