package
0.16.0
Repository: https://github.com/project-arda/tendermint.git
Documentation: pkg.go.dev

# Functions

DefaultMConnConfig returns the default config.
Performs handshake and returns a new authenticated SecretConnection.
No description provided by the author
NewMConnection wraps net.Conn and creates multiplex connection.
NewMConnectionWithConfig wraps net.Conn and creates multiplex connection with a config.

# Structs

TODO: lowercase.
No description provided by the author
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.
Implements net.Conn.