google.golang.org/grpc/internal/transport.bdpEstimator.rtt (field)
6 uses
google.golang.org/grpc/internal/transport (current package)
bdp_estimator.go#L67: rtt float64
bdp_estimator.go#L114: b.rtt += (rttSample - b.rtt) / float64(b.sampleCount)
bdp_estimator.go#L117: b.rtt += (rttSample - b.rtt) * float64(alpha)
bdp_estimator.go#L122: bwCurrent := float64(b.sample) / (b.rtt * float64(1.5))
![]() |
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. |