google.golang.org/grpc.serverOptions.connectionTimeout (field)
4 uses
google.golang.org/grpc (current package)
server.go#L144: connectionTimeout time.Duration
server.go#L153: connectionTimeout: 120 * time.Second,
server.go#L411: o.connectionTimeout = d
server.go#L775: rawConn.SetDeadline(time.Now().Add(s.opts.connectionTimeout))
![]() |
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. |