Welcome! Log In Create A New Profile

Advanced

Re: QUIC connection migration

Sergey Kandaurov
May 31, 2023 06:06PM
> On 1 Jun 2023, at 00:28, claire liu <claireecf@gmail.com> wrote:
>
> Hi dev team,
> I am testing the QUIC connection migration feature. Whether I turn on or off 'quic_bpf', it supports connection migration. Are there any other configurations to control QUIC connection migration? Thanks in advance.
>

quic_bpf allows connection migration to work with multiple worker
processes, it doesn't affect connection migration itself.
In early development, there was a directive to disable migration.
It was used to send a corresponding QUIC transport parameter
"disable_active_migration" to signal it is not supported by server
and also to drop incoming packets from an unknown path.
Later, it was reconsidered to always allow connection migration.
Specification is a bit vague on this point: although disabled,
it still can be allowed to accept packets from new paths,
see RFC 9000, section 9:
: the endpoint MUST either drop the incoming packets on that path
: without generating a Stateless Reset or proceed with path validation
: and allow the peer to migrate.
Later the directive was removed to simplify configuration, and also
because connection migration is supported.
Though, it might be used for fine-tuning configurations with multiple
worker processes to disable migration where quic_bpf isn't available.

--
Sergey Kandaurov
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

QUIC connection migration

claire liu 237 May 31, 2023 04:30PM

Re: QUIC connection migration

Sergey Kandaurov 93 May 31, 2023 06:06PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 266
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready