Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapSockErr ¶
WrapSockErr wraps the provided error with a possible cause if the unix socket path exceeds a system-specific maximum length. It returns the original error otherwise.
Types ¶
type IPAddrSize ¶ added in v1.6.10
type IPAddrSize int
const ( IPv4Size IPAddrSize = 4 IPv6Size IPAddrSize = 16 )
Click to show internal directories.
Click to hide internal directories.