Netprog 2002 - Client/Server Issues
41
SO_LINGER
lUsed to control whether and how long a call to close will wait for pending ACKS.
lconnection-oriented sockets only.
lsetSoLinger(boolean onFlag, int duration); lgetSoLinger(); returns duration (-1 if option is disabled)