google.golang.org/grpc/internal/transport.http2Client.kp (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L87: kp keepalive.ClientParameters
http2_client.go#L265: kp: kp,
http2_client.go#L1360: timer := time.NewTimer(t.kp.Time)
http2_client.go#L1369: timer.Reset(time.Duration(lastRead) + t.kp.Time - time.Duration(time.Now().UnixNano()))
http2_client.go#L1388: if len(t.activeStreams) < 1 && !t.kp.PermitWithoutStream {
http2_client.go#L1409: timeoutLeft = t.kp.Timeout
http2_client.go#L1416: sleepDuration := minTime(t.kp.Time, timeoutLeft)
![]() |
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. |