Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dbdp_estimator.go58 bwMax float64 member
122 if bwCurrent > b.bwMax {
123 b.bwMax = bwCurrent
128 if float64(b.sample) >= beta*float64(b.bdp) && bwCurrent == b.bwMax && b.bdp != bdpLimit {