Documentation
¶
Overview ¶
Package dialer ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DialUnix ¶
DialUnix is used as a parameter for 'grpc.WithContextDialer' to bypass the default dialer of gRPC to ensure that proxy vars are not used.
func DynamicProxyDialer ¶ added in v1.9.5
DynamicProxyDialer is a fork of grpc standard dialer which supports dynamic resolving of proxy settings on each request (vs. caching it once per process).
DynamicProxyDialer assumes that the address is using 'tcp' network.
func NetDialerWithTCPKeepalive ¶ added in v1.9.5
NetDialerWithTCPKeepalive returns a net.Dialer that enables TCP keepalives on the underlying connection with OS default values for keepalive parameters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.