Searched defs:bdpEstimator (Results 1 – 2 of 2) sorted by relevance
48 type bdpEstimator struct { struct50 sentAt time.Time52 mu sync.Mutex54 bdp uint3256 sample uint3258 bwMax float6460 isSent bool62 updateFlowControl func(n uint32)64 sampleCount uint6466 rtt float64[all …]
355 func newLoopyWriter(s side, fr *framer, cbuf *controlBuffer, bdpEst *bdpEstimator) *loopyWriter {