From ee833ea5941fc4ff9b5b7f1bc515ac3b68d3a8ea Mon Sep 17 00:00:00 2001 From: sg Date: Tue, 10 Feb 2015 21:40:27 +0100 Subject: [PATCH] changed comment in struct linger --- src/include/lwip/sockets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/sockets.h b/src/include/lwip/sockets.h index 97897c89..19766035 100644 --- a/src/include/lwip/sockets.h +++ b/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 */ }; /*