Skip to main content

IPC_HANDSHAKE_MAGIC

Constant IPC_HANDSHAKE_MAGIC 

Source
pub const IPC_HANDSHAKE_MAGIC: u32 = 0x4950_4339;
Expand description

Magic number for IPC handshake ("IPC9" in ASCII).

Both client and server must agree on this value. If the magic doesn’t match, the connection is rejected immediately.