Skip to content

Commit

Permalink
Remove paragraph about terminating draining period early
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 12, 2017
1 parent fee38a5 commit a5c71cb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1462,14 +1462,10 @@ The draining period persists for three times the current Retransmission Timeout
can be acknowledged, but no new application data can be sent on the connection.

Different treatment is given to packets that are received while a connection is
in the draining period depending on how the connection was closed. An endpoint
that is in a draining period MUST NOT send packets unless they contain a
CONNECTION_CLOSE or APPLICATION_CLOSE frame.

An endpoint that receives either CONNECTION_CLOSE or APPLICATION_CLOSE while in
the draining period MAY terminate the draining period immediately. An endpoint
that receives either of these frames can send a packet containing a
CONNECTION_CLOSE to allow its peer to exit the draining period more rapidly.
in the draining period depending on how the connection was closed.

An endpoint that is in a draining period MUST NOT send packets unless they
contain a CONNECTION_CLOSE or APPLICATION_CLOSE frame.

Once the draining period has ended, an endpoint SHOULD discard per-connection
state. This results in new packets on the connection being discarded. An
Expand Down

0 comments on commit a5c71cb

Please sign in to comment.