Constant dumbpipe::ALPN

source ยท
pub const ALPN: &[u8] = b"DUMBPIPEV0";
Expand description

The ALPN for dumbpipe.

It is basically just passing data through 1:1, except that the connecting side will send a fixed size handshake to make sure the stream is created.