Module wisp_mux::extensions::udp

source ·
Expand description

UDP protocol extension.

§Example

let (mux, fut) = ServerMux::new(
    rx,
    tx,
    128,
    Some(&[Box::new(UdpProtocolExtensionBuilder())])
);

See the docs

Structs§