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

# Functions

Client wraps ClientDeferred and immediately invokes the returned continuation with conn.
ClientDeferred initiates a control client handshake, returning the initial message to send to the server and a continuation to finalize the handshake.
Server initiates a control server handshake, returning the resulting control connection.

# Structs

A Conn is a secured Noise connection.

# Type aliases

HandshakeContinuation upgrades a net.Conn to a Conn.