Skip to content

Commit

Permalink
Editorial tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 25, 2017
1 parent 9ead474 commit cc9d717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1541,10 +1541,10 @@ peer is also draining. Receiving a CONNECTION_CLOSE or APPLICATION_CLOSE frame
is sufficient confirmation, as is receiving a stateless reset. However,
disposing of connection state could result in delayed or reordered packets to be
handled poorly. For endpoints that have some alternative means to ensure that
that late arriving packets on the connection are discarded, such as closing the
UDP port, an abbreviated draining period can allow for faster resource recovery.
Servers that retain an open port for accepting new connections SHOULD NOT exit
the draining period early.
late-arriving packets on the connection do not create QUIC state, such as by
closing the UDP socket, an abbreviated draining period can allow for faster
resource recovery. Servers that retain an open port for accepting new
connections SHOULD NOT exit the draining period early.

The draining period does not apply when a stateless reset ({{stateless-reset}})
is sent.
Expand Down

0 comments on commit cc9d717

Please sign in to comment.