Module multiplexing

Module multiplexing 

Source
Expand description

Multiplexing multiple protocols over a single channel and dispatching to session handler instances.

Modules§

incoming
outgoing

Structs§

MultiMessage
A multiplexed message, consisting of the ID of the protocol and dynamic content that only the corresponding session will know how to handle, and check if it is indeed the next expected message.