pub const WIRE_COMPAT_WINDOW: u32 = 1;
How many minor versions back this build still accepts on read — the N-1 compat window. 1 means a peer may be one version behind and still interoperate; N-2 and older are rejected.
1
N-2