google.golang.org/grpc/internal/transport.trInFlow.unacked (field)
8 uses
google.golang.org/grpc/internal/transport (current package)
flowcontrol.go#L82: unacked uint32
flowcontrol.go#L94: f.unacked += n
flowcontrol.go#L95: if f.unacked >= f.limit/4 {
flowcontrol.go#L96: w := f.unacked
flowcontrol.go#L97: f.unacked = 0
flowcontrol.go#L106: w := f.unacked
flowcontrol.go#L107: f.unacked = 0
flowcontrol.go#L113: atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
![]() |
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. |