posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
linger Struct Reference

Socket linger option structure. More...

#include <zephyr/posix/sys/socket.h>

Data Fields

int l_onoff
 Non-zero to enable linger.
 
int l_linger
 Linger timeout in seconds.
 

Detailed Description

Socket linger option structure.

Definition at line 54 of file socket.h.

Field Documentation

◆ l_linger

int linger::l_linger

Linger timeout in seconds.

Definition at line 56 of file socket.h.

◆ l_onoff

int linger::l_onoff

Non-zero to enable linger.

Definition at line 55 of file socket.h.


The documentation for this struct was generated from the following file: