diff src/event/ngx_event_quic.h @ 7993:b276833111cf quic

QUIC: implemented probe timeout (PTO) calculation.
author Vladimir Homutov <vl@nginx.com>
date Thu, 16 Jul 2020 16:05:44 +0300
parents 909b989ec088
children f9fbeb4ee0de
line wrap: on
line diff
--- a/src/event/ngx_event_quic.h
+++ b/src/event/ngx_event_quic.h
@@ -44,7 +44,6 @@
 /* quic-recovery, section 6.2.2, kInitialRtt */
 #define NGX_QUIC_INITIAL_RTT                 333 /* ms */
 
-#define NGX_QUIC_HARDCODED_PTO               1000 /* 1s, TODO: collect */
 /* quic-recovery, section 6.1.1, Packet Threshold */
 #define NGX_QUIC_PKT_THR                     3 /* packets */
 /* quic-recovery, section 6.1.2, Time Threshold */