Browse Source

changed comment in struct linger

STABLE-2_1_x
sg 11 years ago
parent
commit
ee833ea594
  1. 2
      src/include/lwip/sockets.h

2
src/include/lwip/sockets.h

@ -178,7 +178,7 @@ struct lwip_setgetsockopt_data {
*/
struct linger {
int l_onoff; /* option on/off */
int l_linger; /* linger time */
int l_linger; /* linger time in seconds */
};
/*

Loading…
Cancel
Save