Skip to content

Commit

Permalink
Stop sending _CLOSE when you get an ACK
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 25, 2017
1 parent 7220765 commit 6861f9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -1486,7 +1486,9 @@ CONNECTION_CLOSE frame. To reduce the state that an endpoint maintains in this
case, they MAY send the exact same packet. However, endpoints SHOULD limit the
number of CONNECTION_CLOSE messages they generate. For instance, an endpoint
could progressively increase the number of packets that it receives before
sending additional CONNECTION_CLOSE frames.
sending additional CONNECTION_CLOSE frames. An endpoint can cease sending
CONNECTION_CLOSE frames if it receives an acknowledgement for a packet that
contained a CONNECTION_CLOSE.

Note:

Expand Down

0 comments on commit 6861f9d

Please sign in to comment.