smux Binding
Bindingserverclient
smux Binding
Defines a binding with smux stream multiplexing support, with server or client behavior. The smux protocol multiplexes multiple independent streams over a single network connection.
server
The server kind smux binding decodes smux-framed streams on the inbound network connection, producing higher level application streams for each multiplexed session.
smux_server:
type: smux
kind: server
exit: app_serverclient
The client kind smux binding receives multiple inbound application streams and encodes them as multiplexed sessions over a single smux-framed network connection.
smux_client:
type: smux
kind: client
exit: net_client
