Searched defs:rtcc_cc (Results 1 – 1 of 1) sorted by relevance
220 struct rtcc_cc { struct221 struct timeval tls; /* The time we started the sending */222 uint64_t lbw; /* Our last estimated bw */223 uint64_t lbw_rtt; /* RTT at bw estimate */225 uint64_t bw_tot_time; /* The total time since sending began */226 uint64_t new_tot_time; /* temp holding the new value */228 uint32_t cwnd_at_bw_set; /* Cwnd at last bw saved - lbw */229 uint32_t vol_reduce; /* cnt of voluntary reductions */231 uint16_t step_cnt; /* The current number */234 uint8_t use_dccc_ecn; /* Flag to enable DCCC ECN */[all …]