# Functions
MarshalAuthReply returns an authentication reply in wire format.
MarshalCmdReply returns a command reply in wire format.
NewServer returns a new server.
NoAuthRequired handles a no-authentication-required signaling.
NoProxyRequired handles a command signaling without constructing a proxy connection to the final destination.
ParseAuthRequest parses an authentication request.
ParseCmdRequest parses a command request.
# Structs
An AuthRequest represents an authentication request.
A CmdRequest represents a command request.
A Server represents a server for handshake testing.