Constant OUTBOUND_ID_PREFIX
pub const OUTBOUND_ID_PREFIX: &str = "zc-out-";Expand description
Prefix for locally originated outbound request IDs.
Both peers may use this prefix, so correlation is directional rather than globally unique across the socket.