diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 3ce2e80b0d..07d172d992 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -2684,9 +2684,10 @@ Stateless Reset: * An endpoint can remember the number of Stateless Reset packets that it has sent and stop generating new Stateless Reset packets once a limit is reached. - Using separate limits for different remote addresses will ensure that - Stateless Reset packets can be used for some peers even when other peers have - exhausted limits. + Using separate limits for different remote addresses or different Destination + Connection ID fields on inbound packets will ensure that Stateless Reset + packets can be used for some peers even when other peers have exhausted + limits. * An endpoint can set the TTL in the IP header to one fewer than the TTL in the packet that it received. Once the TTL reaches zero, any looping ends.