package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

FromFile attempts to create a [net.UnixConn] from a file.
NewSocketpair creates a unix socket pair, returning the halves as [*net.UnixConn]s.
ReadWithFDs reads data and associated fds.
WriteWithFDs performs a write that may also send associated FDs.

# Constants

SocketTypeDatagram indicates that the socket type should be a unix datagram.
SocketTypeStream indicates that the socket type should be a streaming socket.

# Type aliases

SocketType encodes the type of desired socket (datagram or stream).