Retrieves whether this socket sends keep-alive messages.
impl Socket {
fn is_keep_alive(&self) -> Result<bool, Errno>
}Returns whether this socket sends keep-alive messages.
This option only makes sense for connection-oriented protocols.
socket(7) and SO_KEEPALIVE therein