Searched defs:rtcc_cc (Results 1 – 1 of 1) sorted by relevance
279 struct rtcc_cc { struct280 struct timeval tls; /* The time we started the sending */281 uint64_t lbw; /* Our last estimated bw */282 uint64_t lbw_rtt; /* RTT at bw estimate */283 uint64_t bw_bytes; /* The total bytes since this sending began */284 uint64_t bw_tot_time; /* The total time since sending began */285 uint64_t new_tot_time; /* temp holding the new value */286 uint64_t bw_bytes_at_last_rttc; /* What bw_bytes was at last rtt calc */287 uint32_t cwnd_at_bw_set; /* Cwnd at last bw saved - lbw */288 uint32_t vol_reduce; /* cnt of voluntary reductions */[all …]