Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify RST-like behavior for CONNECTION_CLOSE. Fixes #330, #328 #705

Merged
merged 4 commits into from Jul 28, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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