target = "https://www.rfc-editor.org/rfc/rfc9000#section-5.2.3"

[[exception]]
quote = '''
A server in a deployment that does not implement a solution to
maintain connection continuity when the client address changes SHOULD
indicate that migration is not supported by using the
disable_active_migration transport parameter.
'''
reason = '''
s2n-quic does not require a particular deployment strategy, which makes
this requirement unenforceable.
'''

[[exception]]
quote = '''
Server deployments that use this simple form of load balancing MUST
avoid the creation of a stateless reset oracle; see Section 21.10.
'''
reason = '''
Both the connection ID and retry tokens are implemented through providers
which means this requirement is unenforceable by s2n-quic alone.
'''