Skip to main content

E2EE_PROTOCOL_VERSION

Constant E2EE_PROTOCOL_VERSION 

Source
pub const E2EE_PROTOCOL_VERSION: u32 = 1;
Expand description

The wire’s protocol version, carried as v on every frame. Never varies today; kept as a named constant for whoever writes the wire codec rather than a magic 1 in two places.