pub const REDWIRE_MAGIC: u8 = 0xFE; // 254u8
Discriminator byte every RedWire client sends as the very first byte off the wire. The service-router detector keys off this (and so does the standalone listener path).