mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
changed comment in struct linger
This commit is contained in:
parent
338feef70e
commit
ee833ea594
@ -178,7 +178,7 @@ struct lwip_setgetsockopt_data {
|
|||||||
*/
|
*/
|
||||||
struct linger {
|
struct linger {
|
||||||
int l_onoff; /* option on/off */
|
int l_onoff; /* option on/off */
|
||||||
int l_linger; /* linger time */
|
int l_linger; /* linger time in seconds */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user