Netprog 2002 - Client/Server Issues
SO_KEEPALIVE
lBoolean option: enabled
means that STREAM sockets should send a probe to peer if no
data flow for a “long time”.
lUsed by TCP - allows a
process to determine whether peer process/host has crashed.
lConsider
what would happen to an open telnet connection without keepalive.