|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Linger option struct for the SO_LINGER socket option. More...
#include <zephyr/net/net_ip.h>
Data Fields | |
| int | l_onoff |
| Whether the linger behaviour is enabled. | |
| int | l_linger |
| Linger time in seconds. | |
Linger option struct for the SO_LINGER socket option.
| int net_linger::l_linger |
Linger time in seconds.
| int net_linger::l_onoff |
Whether the linger behaviour is enabled.