ALPN

Constant ALPN 

Source
pub const ALPN: &[u8] = b"iroh/ping/0";
Expand description

Each protocol is identified by its ALPN string.

The ALPN, or application-layer protocol negotiation, is exchanged in the connection handshake, and the connection is aborted unless both nodes pass the same bytestring.