pub const IPC_PROTOCOL_VERSION: u16 = 1;
Current IPC protocol version.
Increment when the handshake format or IPC wire protocol changes. A version mismatch causes the server to reject the connection.