pub const E2EE_PROTOCOL_VERSION: u32 = 1;
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.
v
1