Contains information about the SO_LINGER socket option.
#include <sys/socket.h> struct linger
{
int l_onoff;
int l_linger;
};
Indicates whether the linger option is enabled.
Specifies the time, in seconds, to linger to transmit data when data is present and a close request has been received.