Skip to content

Commit

Permalink
The application protocol negotiates
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 12, 2017
1 parent 0ab0907 commit 2e4d9bc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -1517,11 +1517,12 @@ receives either a CONNECTION_CLOSE, APPLICATION_CLOSE or an acknowledgement for
a packet that contained a either close frame.

An immediate close can be used after an application protocol has arranged to
close a connection. This might be after negotiating a graceful shutdown. The
application protocol exchanges whatever messages that are needed to cause both
endpoints to agree to close the connection, after which the application requests
that the connection be closed. The application protocol can use an
APPLICATION_CLOSE message with an appropriate error code to signal closure.
close a connection. This might be after the application protocols negotiates a
graceful shutdown. The application protocol exchanges whatever messages that
are needed to cause both endpoints to agree to close the connection, after which
the application requests that the connection be closed. The application
protocol can use an APPLICATION_CLOSE message with an appropriate error code to
signal closure.


### Stateless Reset {#stateless-reset}
Expand Down

0 comments on commit 2e4d9bc

Please sign in to comment.