Searched refs:NGTCP2_GRANULARITY (Results 1 – 3 of 3) sorted by relevance
40 #define NGTCP2_GRANULARITY NGTCP2_MILLISECONDS macro
1010 return ngtcp2_max(loss_delay, NGTCP2_GRANULARITY); in compute_pkt_loss_delay()1069 ngtcp2_max(4 * cstat->rttvar, NGTCP2_GRANULARITY) + in rtb_detect_lost_pkt()
805 ngtcp2_duration var = ngtcp2_max(4 * rttvar, NGTCP2_GRANULARITY); in compute_pto()