Searched refs:LSS_DIVISOR (Results 1 – 1 of 1) sorted by relevance
46 pub const LSS_DIVISOR: f64 = 0.25; constant165 let k = cwnd as f64 / (LSS_DIVISOR * ssthresh as f64); in on_packet_acked()300 let k = cur_ssthresh as f64 / (LSS_DIVISOR * cur_ssthresh as f64); in limited_slow_start()