https://github.com/n0-computer/iroh-blobs/blob/main/src/protocol.rs#L353 `const ALPN` should be renamed for example to `ALPN_ID` or `PROTOCOL_ID`. ALPN is the negotiation, the process of agreeing on a protocol, not the protocol. I think it is important to get names right and wrong naming is a usability issue. Wrong names hinder learning and communication. See also https://github.com/n0-computer/iroh.computer/issues/286