Searched defs:rollback_threshold (Results 1 – 2 of 2) sorted by relevance
237 let rollback_threshold = (r.congestion_window / r.max_datagram_size) * in on_packet_acked() localVariable240 let rollback_threshold = rollback_threshold.max(MIN_ROLLBACK_THRESHOLD); in on_packet_acked() localVariable