package
0.5.1
Repository: https://github.com/mdlayher/socket.git
Documentation: pkg.go.dev

# Functions

Dial creates an IPv4 or IPv6 TCP net.Conn backed by a *socket.Conn with optional configuration.
FileListener creates an IPv6 TCP net.Listener backed by a *socket.Conn from the input file.
Listen creates an IPv6 TCP net.Listener backed by a *socket.Conn on the specified port with optional configuration.

# Structs

A Conn is a net.Conn which can be extended with context support.
A Listener is a net.Listener which can be extended with context support.