![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
Socket linger option structure. More...
#include <zephyr/posix/sys/socket.h>
Data Fields | |
| int | l_onoff |
| Indicates whether linger option is enabled. | |
| int | l_linger |
| Linger time, in seconds. | |
| int linger::l_onoff |