const google.golang.org/grpc/internal/transport.initialWindowSize
7 uses
google.golang.org/grpc/internal/transport (current package)
defaults.go#L30: initialWindowSize = defaultWindowSize // for an RPC
http2_client.go#L235: icwz := int32(initialWindowSize)
http2_client.go#L267: initialWindowSize: initialWindowSize,
http2_client.go#L286: bdp: initialWindowSize,
http2_server.go#L154: iwz := int32(initialWindowSize)
http2_server.go#L159: icwz := int32(initialWindowSize)
http2_server.go#L239: bdp: initialWindowSize,
![]() |
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. |