SO_KEEPALIVE top-level constant

int const SO_KEEPALIVE

Enables sending keep-alive packets for a socket connection. Not supported on ATM sockets (results in an error).

Implementation

const SO_KEEPALIVE = 0x0008;