Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/transport/
Dbdp_estimator.h44 double EstimateBandwidth() const { return bw_est_; } in EstimateBandwidth() function
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc378 double bw_dbl = bdp_estimator_.EstimateBandwidth(); in PeriodicUpdate()