]> git.kaiwu.me - nginx.git/commit
QUIC: path revalidation after expansion failure.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 29 Nov 2023 06:58:21 +0000 (10:58 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 29 Nov 2023 06:58:21 +0000 (10:58 +0400)
commitc1efb3a725c189dc0f011753561bf34ff650d773
tree5e81c6bf0bc6ce798e7289fb4748cd333162861d
parent209e8bc0c04f852605919ed766d25ee777f4b52b
QUIC: path revalidation after expansion failure.

As per RFC 9000, Section 8.2.1:

    When an endpoint is unable to expand the datagram size to 1200 bytes due
    to the anti-amplification limit, the path MTU will not be validated.
    To ensure that the path MTU is large enough, the endpoint MUST perform a
    second path validation by sending a PATH_CHALLENGE frame in a datagram of
    at least 1200 bytes.
src/event/quic/ngx_event_quic_connection.h
src/event/quic/ngx_event_quic_migration.c