google.golang.org/grpc/internal/transport.outStream.bytesOutStanding (field)
6 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L210: bytesOutStanding int
controlbuf.go#L574: str.bytesOutStanding -= int(w.increment)
controlbuf.go#L575: if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota > 0 && str.state == waitingOnStreamQuota {
controlbuf.go#L870: if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota <= 0 { // stream-level flow control.
controlbuf.go#L912: str.bytesOutStanding += size
controlbuf.go#L929: } else if int(l.oiws)-str.bytesOutStanding <= 0 { // Ran out of stream quota.
![]() |
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. |