]> git.kaiwu.me - nginx.git/commit
Increased default initial retransmit timeout.
authorVladimir Homutov <vl@nginx.com>
Wed, 10 Jun 2020 18:33:20 +0000 (21:33 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 10 Jun 2020 18:33:20 +0000 (21:33 +0300)
commit5cef58452d27801c82a3efd790f43e3695085981
tree4fe21ecc9c3e8311003ab6cd1022345bd4688bcc
parentd684a69c68705460121455e2fab0fe7726b62af3
Increased default initial retransmit timeout.

This is a temporary workaround, proper retransmission mechanism based on
quic-recovery rfc draft is yet to be implemented.

Currently hardcoded value is too small for real networks.  The patch
sets static PTO, considering rtt of ~333ms, what gives about 1s.
src/event/ngx_event_quic.c