Searched defs:rtcc_cc (Results 1 – 1 of 1) sorted by relevance
237 struct rtcc_cc { struct238 struct timeval tls; /* The time we started the sending */239 uint64_t lbw; /* Our last estimated bw */240 uint64_t lbw_rtt; /* RTT at bw estimate */241 uint64_t bw_bytes; /* The total bytes since this sending began */242 uint64_t bw_tot_time; /* The total time since sending began */243 uint64_t new_tot_time; /* temp holding the new value */244 uint64_t bw_bytes_at_last_rttc; /* What bw_bytes was at last rtt calc */245 uint32_t cwnd_at_bw_set; /* Cwnd at last bw saved - lbw */246 uint32_t vol_reduce; /* cnt of voluntary reductions */[all …]