google.golang.org/grpc/internal/transport.inFlow.delta (field)
9 uses
google.golang.org/grpc/internal/transport (current package)
flowcontrol.go#L134: delta uint32
flowcontrol.go#L166: f.delta = maxWindowSize - f.limit
flowcontrol.go#L171: f.delta = n
flowcontrol.go#L173: return f.delta
flowcontrol.go#L182: if f.pendingData+f.pendingUpdate > f.limit+f.delta {
flowcontrol.go#L201: if n > f.delta {
flowcontrol.go#L202: n -= f.delta
flowcontrol.go#L203: f.delta = 0
flowcontrol.go#L205: f.delta -= n
![]() |
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. |