const google.golang.org/grpc/internal/transport.bdpLimit
5 uses
google.golang.org/grpc/internal/transport (current package)
bdp_estimator.go#L30: bdpLimit = (1 << 20) * 16
bdp_estimator.go#L88: if b.bdp == bdpLimit {
bdp_estimator.go#L129: if float64(b.sample) >= beta*float64(b.bdp) && bwCurrent == b.bwMax && b.bdp != bdpLimit {
bdp_estimator.go#L132: if b.bdp > bdpLimit {
bdp_estimator.go#L133: b.bdp = bdpLimit
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |