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