Embedded TCP/IP stack
4.7.0
|
This structure is used for the SO_LINGER option. More...
Data Fields | |
fnet_bool_t | l_onoff |
Determines, whether the option will be turned on FNET_TRUE , or off FNET_FALSE . More... | |
fnet_uint16_t | l_linger |
Specifies the amount of time (in seconds) to wait when the connection is closed and unsent data is discarded. If l_onoff is 0 , the l_linger value is ignored and the stack continues to try to send the data as usually. More... | |
This structure is used for the SO_LINGER option.
Definition at line 636 of file fnet_socket.h.