SO_KEEPALIVE
l Boolean option: enabled means that
STREAM sockets should send a probe
to peer if no data flow for a “long time”.
l Used by TCP - allows a process to
determine whether peer process/host
has crashed.
l Consider what would happen to an
open telnet connection without
keepalive.