Re: QUIC: reworked congestion control mechanism.

2022-12-12 Thread Yu Zhu
qc = ngx_quic_get_connection(c); -cg = &qc->congestion; +cg = &qc->path->congestion; in_flight = cg->in_flight; @@ -135,8 +135,8 @@ static u_char dst[NGX_QUIC_MAX_UDP_PAYLOAD_SIZE]; qc = ngx_quic_get_connection(c); - cg = &qc->congesti

Re: QUIC: reworked congestion control mechanism.

2022-12-07 Thread Roman Arutyunyan
Hi, Thanks for the path. On Tue, Dec 06, 2022 at 02:35:37PM +, 朱宇 wrote: > Hi, > > # HG changeset patch > # User Yu Zhu > # Date 1670326031 -28800 > # Tue Dec 06 19:27:11 2022 +0800 > # Branch quic > # Node ID 9a47ff1223bb32c8ddb146d731b395af89769a97 > # Parent 1a320805265db14904ca9de