# Functions
Listen returns a new Listener for the provided address.
NewConn creates a pair of Conns that are wired together by pipes.
NewPipe creates a Pipe with a buffer size fixed at maxBuf.
NewTCPConn creates a pair of Conns that are wired together by pipes.
# Constants
NetworkName is the network name returned by [net.Addr.Network] for [net.Conn.LocalAddr] and [net.Conn.RemoteAddr] from the [Conn] type.
# Interfaces
Conn is a net.Conn that can additionally have its reads and writes blocked and unblocked.