pub const IPC_HANDSHAKE_MAGIC: u32 = 0x4950_4339;
Magic number for IPC handshake ("IPC9" in ASCII).
"IPC9"
Both client and server must agree on this value. If the magic doesn’t match, the connection is rejected immediately.