Home
last modified time | relevance | path

Searched defs:bdpEstimator (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dbdp_estimator.go48 type bdpEstimator struct { struct
50 sentAt time.Time
52 mu sync.Mutex
54 bdp uint32
56 sample uint32
58 bwMax float64
60 isSent bool
62 updateFlowControl func(n uint32)
64 sampleCount uint64
66 rtt float64
[all …]
Dcontrolbuf.go355 func newLoopyWriter(s side, fr *framer, cbuf *controlBuffer, bdpEst *bdpEstimator) *loopyWriter {