Connection Migration Issue

2023-08-30 Thread claire liu
Hello Development Team, I'd like to inquire about the Connection Migration feature of QUIC in nginx/1.25.2 mainline. While downloading a large file, I noticed the connection was interrupted when I switched my internet connection. Is this feature enabled by default, or do I need to manually

Connection Migration Issue

2023-08-26 Thread claire liu
Hello Development Team, I'd like to inquire about the Connection Migration feature of QUIC in nginx/1.25.2 mainline. While downloading a large file, I noticed the connection was interrupted when I switched my internet connection. Is this feature enabled by default, or do I need to manually

QUIC connection migration

2023-05-31 Thread claire liu
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. Regards, Claire ___

Question about stream multiplexing in Nginx and Nginx-quic

2023-03-24 Thread claire liu
Hello Dev Team, Would you mind confirming if Nginx and Nginx-quic support stream multiplexing? How does Nginx handle multiplexed-object webpages? Does it respond data to client from multiple streams simultaneously? Thank you very much. Cheers, Claire

congestion control algorithm

2023-01-09 Thread claire liu
Hi dev team, I have some questions about congestion control. What's the current congestion control algorithm in Nginx-quic? What are the differences between nginx and nginx-quic's congestion control algorithms? Thanks, Claire ___ nginx-devel mailing

Couldn't download old release of nginx-quic

2022-11-17 Thread claire liu
Hello, I can download the latest version of nginx-quic from https://hg.nginx.org/nginx-quic, which is 1.23.2. I tried to download old versions, such as 1.23.1 and 1.23.0. Although the name is nginx-quic, the source code lacks v3, which should be maline not quic. Please let me know how to download

Re: Nginx - quic issue

2022-11-17 Thread claire liu
2 at 12:30:46PM -0600, claire liu wrote: > > I am using Nginx-quic in my research and having trouble getting traces > from > > Nginx-quic using the opentelemetry-Nginx module provided by > opentelemetry, > > which enables tracing of incoming requests to the server by injecting &g

Nginx - quic issue

2022-11-17 Thread claire liu
Hello, I am using Nginx-quic in my research and having trouble getting traces from Nginx-quic using the opentelemetry-Nginx module provided by opentelemetry, which enables tracing of incoming requests to the server by injecting instrumentation into the Nginx server at runtime. These are the steps