Home
last modified time | relevance | path

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

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