google.golang.org/grpc.addrConn.dopts (field)
8 uses
google.golang.org/grpc (current package)
clientconn.go#L724: dopts: cc.dopts,
clientconn.go#L1043: dopts dialOptions
clientconn.go#L1082: v := 2 * ac.dopts.copts.KeepaliveParams.Time
clientconn.go#L1104: backoffFor := ac.dopts.bs.Backoff(ac.backoffIdx)
clientconn.go#L1107: if ac.dopts.minConnectTimeout != nil {
clientconn.go#L1108: dialDuration = ac.dopts.minConnectTimeout()
clientconn.go#L1201: ac.dopts.copts.KeepaliveParams = ac.cc.mkp
clientconn.go#L1204: copts := ac.dopts.copts
![]() |
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. |