Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
linger Struct Reference
[Fnet_socket]
This structure is used for the SO_LINGER option. More...
#include <fnet_socket.h>
Data Fields | |
fnet_bool_t | l_onoff |
Determines, whether the option will be turned on FNET_TRUE , or off FNET_FALSE . | |
fnet_uint16_t | l_linger |
Specifies the amount of time (in seconds) to wait when the connection is closed and unsent data is discarded. |
Detailed Description
This structure is used for the SO_LINGER option.
Definition at line 201 of file sockets.h.
Field Documentation
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.
Definition at line 674 of file fnet_socket.h.
fnet_bool_t l_onoff |
Determines, whether the option will be turned on FNET_TRUE
, or off FNET_FALSE
.
Definition at line 671 of file fnet_socket.h.
Generated on Tue Jul 12 2022 14:26:47 by
