Home
last modified time | relevance | path

Searched refs:bw_est_ (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Dbdp_estimator.cc39 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()
Dbdp_estimator.h44 double EstimateBandwidth() const { return bw_est_; } in EstimateBandwidth()
88 double bw_est_; variable