penguin-mux 0.8.3

TCP/UDP multiplexing over HTTP WebSocket
Documentation
1
2
3
4
5
/// Current mux and Penguin protocol version
pub const PROTOCOL_VERSION: &str = "penguin-v7";

/// Current mux and Penguin protocol version, only the version number
pub const PROTOCOL_VERSION_NUMBER: u8 = 7;