Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc179 bdp_estimator_(t->peer_string), in TransportFlowControl()
331 1 + log2(bdp_estimator_.EstimateBdp())); in TargetLogBdp()
375 double bw_dbl = bdp_estimator_.EstimateBandwidth(); in PeriodicUpdate()
Dflow_control.h299 BdpEstimator* bdp_estimator() override { return &bdp_estimator_; } in bdp_estimator()
337 grpc_core::BdpEstimator bdp_estimator_; variable