Skip to content

Commit

Permalink
Merge pull request #972 from quicwg/janaiyengar-patch-1
Browse files Browse the repository at this point in the history
Suggested rewording
  • Loading branch information
martinthomson committed Nov 30, 2017
2 parents 4f691bf + c131e00 commit 43f6324
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions draft-ietf-quic-transport.md
Expand Up @@ -1671,13 +1671,12 @@ An endpoint is not expected to handle key updates when it is closing or
draining. A key update might prevent the endpoint from moving from the closing
state to draining, but it otherwise has no impact.

An endpoint that receives packets from a new source address, indicating a
connection migration ({{migration}}), can discard these packets if they are
identified by connection ID. An endpoint in the closing state MUST strictly
limit the number of packets it sends to this new address as though the address
were not validated (see {{migrate-validate}}). A server in the closing state
MAY instead choose to discard packets with a new source address and send a
stateless reset ({{stateless-reset}}) once connection state is discarded.
An endpoint may receive packets from a new source address, indicating a
connection migration ({{migration}}), while in the closing period. An endpoint
in the closing state MUST strictly limit the number of packets it sends to
this new address as though the address were not validated (see
{{migrate-validate}}). A server in the closing state MAY instead choose to
discard packets received from a new source address.


### Idle Timeout
Expand Down

0 comments on commit 43f6324

Please sign in to comment.