nn::socket::Linger Structurestruct Linger
{
int onoff;
int linger;
};
A structure used with SO_LINGER in the GetSockOpt and SetSockOpt functions.
| onoff | 1: Enable linger behavior. 0: Disable linger behavior. | |
|---|---|---|
| linger | Linger time (in seconds). |
CONFIDENTIAL