Junho Choi (최준호)
Junho Choi (최준호)
`congestion_window` is also `uint64`, so I just think that `initial_congestion_window` and `minimal_congestion_window` need to be a same type. In practice it will fit into 32bit (10 x mss and 2...
What is the issue you've seen when you does 'nginx reload'?
FYI - the CI check status is yellow but this is because this pr updates list of builds, no build failures.
@yc1997427 if you test with a small file the number would be unstable because transferred size and elapsed time is too small, especially when your testing network is very fast....
What is the reason behind it set to initial max_data / 2, which is fixed over the connection lifetime? When initial max_data is sufficiently small (especially when current bdp >...
> Supposing a symmetrical connection with a throughput equal to the initial max_data. Then after 1/2 RTT, the connection would have consumed `max_data/2`, triggering the increase `max_data = max_data +...
@Sparika I understand sending less frames can save the number of packets going back to the sender. (note that # of saved frames > # of saved packets because we...
I rerun the failed test. It looks like flaky
> CUBIC seems like a saner default (in line with what Linux does). Sure - I removed the commit which makes `bbr` default.
> Hey guys, I'm having the same issue, I downloaded and compile nginx-quic and it's giving me the same message, this is mine: > > nginx version: nginx/1.23.1 built by...