package
0.7.1
Repository: https://github.com/siafoundation/core.git
Documentation: pkg.go.dev

# Functions

Client is used to initialize a new client-side connection.
DefaultConfig is used to return a default configuration.
Server is used to initialize a new server-side connection.
VerifyConfig is used to verify the sanity of configuration.

# Structs

Config is used to tune the Smux session.
Frame defines a packet from or to be multiplexed into a single connection.
Session defines a multiplexed connection for streams.
Stream implements net.Conn.