package
5.0.0+incompatible
Repository: https://github.com/qwenode/tailscale.git
Documentation: pkg.go.dev

# 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.

# Structs

Listener is a net.Listener using using NewConn to create pairs of network connections connected in memory using a buffered pipe.
Pipe implements an in-memory FIFO with timeouts.

# Interfaces

Conn is a net.Conn that can additionally have its reads and writes blocked and unblocked.