Skip to main content

TAG_KEEP_ALIVE

Constant TAG_KEEP_ALIVE 

pub const TAG_KEEP_ALIVE: u8 = 0xFF;
Expand description

Tag byte identifying a zero-payload keep-alive message on the daemon-to-client pipe.

Used by the daemon’s pipe server to detect early when the client end of the pipe is closed.