Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.

Detailed Description

Linger option struct for the SO_LINGER socket option.

Field Documentation

◆ l_linger

int net_linger::l_linger

Linger time in seconds.

◆ l_onoff

int net_linger::l_onoff

Whether the linger behaviour is enabled.


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