Searched refs:bw_est_ (Results 1 – 2 of 2) sorted by relevance
39 bw_est_(0), in BdpEstimator()54 bw_est_ / 125000.0); in CompletePing()57 if (accumulator_ > 2 * estimate_ / 3 && bw > bw_est_) { in CompletePing()59 bw_est_ = bw; in CompletePing()
44 double EstimateBandwidth() const { return bw_est_; } in EstimateBandwidth()88 double bw_est_; variable