google.golang.org/grpc/internal/transport.loopyWriter.sendQuota (field)
8 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L445: sendQuota uint32
controlbuf.go#L471: sendQuota: defaultWindowSize,
controlbuf.go#L569: l.sendQuota += w.increment
controlbuf.go#L728: o.resp <- l.sendQuota
controlbuf.go#L831: if l.sendQuota == 0 {
controlbuf.go#L876: if maxSize > int(l.sendQuota) { // connection-level flow control.
controlbuf.go#L877: maxSize = int(l.sendQuota)
controlbuf.go#L913: l.sendQuota -= uint32(size)
![]() |
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. |