[nginx-quic]

2021-06-14 Thread Lucas Cuminato
Hello, Not sure If this is a bug in nginx-quic or if I'm not configuring it correctly but when trying to use nginx-quic with the following settings. stream { server { listen quic reuseport; ssl_session_cache off; ssl_client_certificate ca.pem ssl_verify_cl

Re: [nginx-quic]

2021-06-14 Thread Lucas Cuminato
n Mon, Jun 14, 2021 at 11:35 AM Vladimir Homutov wrote: > 14.06.2021 18:08, Lucas Cuminato пишет: > > Hello, > > > > Not sure If this is a bug in nginx-quic or if I'm not configuring > > it correctly but when trying to use nginx-quic with the following > se

Re: [nginx-quic]

2021-06-14 Thread Lucas Cuminato
st, I might try adding a custom directive that can control what to set the ALPN to. Thanks for the help. R, Lucas. On Mon, Jun 14, 2021 at 12:00 PM Vladimir Homutov wrote: > 14.06.2021 19:43, Lucas Cuminato пишет: > > Hi, Vladimir, thanks for replying. > > > > I'm not usi

[nginx-quic] Segmentation offloading

2021-07-26 Thread Lucas Cuminato
Hello, I was testing this feature the other day but unsure if it's doing the right thing. Nginx is generating 65k UDP datagrams which are then being fragmented at the IP layer. Reading the spec, rfc9000, it looks like IP fragmentation is not allowed (Section 14). "UDP datagrams MUST NOT be fragme