Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Jul 28, 2017
1 parent ee069a3 commit ac9a77a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions draft-ietf-quic-transport.md
Expand Up @@ -1472,17 +1472,15 @@ of three ways:
After receiving either a CONNECTION_CLOSE frame or a Public Reset, an
endpoint MUST NOT send additional packets on that connection. After
sending either a CONNECTION_CLOSE frame or a Public Reset packet,
implementations MUST NOT send any non-closing packets on that connection. If
additional packets are received after this time and before
idle_timeout seconds has passed, implementations
SHOULD respond to them by sending a CONNECTION_CLOSE
(which MAY just be a duplicate of the previous CONNECTION_CLOSE packet)
but MAY also send a Public Reset packet.
Implementations SHOULD throttle these responses, for
implementations MUST NOT send any non-closing packets on that
connection. If additional packets are received after this time and
before idle_timeout seconds has passed, implementations SHOULD respond
to them by sending a CONNECTION_CLOSE (which MAY just be a duplicate
of the previous CONNECTION_CLOSE packet) but MAY also send a Public
Reset packet. Implementations SHOULD throttle these responses, for
instance by exponentially backing off the number of packets which are
received before sending a response.
After this time, implementations SHOULD respond to unexpected packets
with a Public Reset packet.
received before sending a response. After this time, implementations
SHOULD respond to unexpected packets with a Public Reset packet.

# Frame Types and Formats

Expand Down

0 comments on commit ac9a77a

Please sign in to comment.