# Functions

DefaultMConnConfig returns the default config.
MakeSecretConnection performs handshake and returns a new authenticated SecretConnection.
NewMConnection wraps net.Conn and creates multiplex connection with a config.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
MConnConfig is a MConnection configuration.
Each peer has one `MConnection` (multiplex connection) instance.
SecretConnection implements net.Conn.

# Type aliases

----------------------------------------------------------------------------- ChannelID is an arbitrary channel ID.