Expand description
Module responsible for multiplexing data streams of different protocols on one socket. Custom mux::endpoint::Endpoint
with mux::mux_func::MatchFunc
can be used for parsing your application-specific byte stream.
Modules§
Structs§
- Config collects the arguments to mux.Mux construction into a single structure
- Mux allows multiplexing