pub const ALPN: &[u8] = b"DUMBPIPEV0";
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.