UDP protocol extension.
let (mux, fut) = ServerMux::new( rx, tx, 128, Some(&[Box::new(UdpProtocolExtensionBuilder)]) );
See the docs