google.golang.org/grpc.ClientConn.mkp (field)
5 uses
google.golang.org/grpc (current package)
clientconn.go#L192: cc.mkp = cc.dopts.copts.KeepaliveParams
clientconn.go#L495: mkp keepalive.ClientParameters
clientconn.go#L1084: if v > ac.cc.mkp.Time {
clientconn.go#L1085: ac.cc.mkp.Time = v
clientconn.go#L1201: ac.dopts.copts.KeepaliveParams = ac.cc.mkp
![]() |
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. |