How important is the "reuseport" flag for quic?

Dominic Preston lzqhwo at gmail.com
Tue Jun 25 22:19:17 UTC 2024


On Tue, 25 Jun 2024 at 16:35, J Carter <jordanc.carter at outlook.com> wrote:

> Very, it's required to use the reuseport parameter when using multiple
> workers as per the documentation here[1] so that all UDP packets of a
> HTTP/3/quic connection are routed to and handled by the same worker, as
> I understand.

I see, thanks. It's so badly broken without the reuseport parameter
that I think using multiple workers with quic should imply reuseport,
or at the very least raise a warning in the logs if an attempt is made
to use such a configuration.


More information about the nginx mailing list