Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multiplexer ¶
Multiplexer is the multiplexer interface
func NewMultiplexer ¶
NewMultiplexer creates a multiplexer based on conf
type Smux ¶
type Smux struct {
// contains filtered or unexported fields
}
Smux is the multiplexer using smux
func (*Smux) AcceptStream ¶
AcceptStream is used to block until the next available stream is ready to be accepted
type Yamux ¶
type Yamux struct {
// contains filtered or unexported fields
}
Yamux is the multiplexer using yamux
func (*Yamux) AcceptStream ¶
AcceptStream is used to block until the next available stream is ready to be accepted
Click to show internal directories.
Click to hide internal directories.