core/network/mux library

Classes

Multiplexer
Multiplexer wraps a connection with a stream multiplexing implementation and returns a MuxedConn that supports opening multiple streams over the underlying connection
MuxedConn
MuxedConn represents a connection to a remote peer that has been extended to support stream multiplexing.
MuxedStream
MuxedStream is a bidirectional io pipe within a connection.

Exceptions / Errors

ResetException
Error thrown when reading or writing on a reset stream.