Re: how to avoid new quic connection distributed to old workers when nginx-quic reload

2022-05-30 Thread Vladimir Homutov via nginx-devel
On Mon, May 30, 2022 at 06:55:15PM +0800, 朱宇 wrote: > Hi, > > > in "src/event/quic/bpf/ngx_quic_reuseport_helper.c", if can not find socket > by dcid (cookie), udp packet will be distributed by kernel. > > > so when nginx-quic reload, how to avoid new quic connecion packet distributed > to old

how to avoid new quic connection distributed to old workers when nginx-quic reload

2022-05-30 Thread 朱宇
Hi, in "src/event/quic/bpf/ngx_quic_reuseport_helper.c", if can not find socket by dcid (cookie), udp packet will be distributed by kernel. so when nginx-quic reload, how to avoid new quic connecion packet distributed to old workers which result in old worker processes can't exit?