# Variables
ErrReset is returned when reading or writing on a reset stream.
NoopHandler do nothing.
# Interfaces
Multiplexer wraps a net.Conn with a stream multiplexing implementation and returns a MuxedConn that supports opening multiple streams over the underlying net.Conn.
MuxedConn represents a connection to a remote peer that has been extended to support stream multiplexing.
Stream is a bidirectional io pipe within a connection.