google.golang.org/grpc/internal/transport.trInFlow.limit (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
flowcontrol.go#L81: limit uint32
flowcontrol.go#L87: d := n - f.limit
flowcontrol.go#L88: f.limit = n
flowcontrol.go#L95: if f.unacked >= f.limit/4 {
flowcontrol.go#L113: atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
http2_client.go#L260: fc: &trInFlow{limit: uint32(icwz)},
http2_server.go#L225: fc: &trInFlow{limit: uint32(icwz)},
![]() |
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. |