Skip to main content

IPC_PROTOCOL_VERSION

Constant IPC_PROTOCOL_VERSION 

Source
pub const IPC_PROTOCOL_VERSION: u16 = 1;
Expand description

Current IPC protocol version.

Increment when the handshake format or IPC wire protocol changes. A version mismatch causes the server to reject the connection.