From 273e70e4032edda6c3847b8e0b18c40ce03ec88d Mon Sep 17 00:00:00 2001 From: fbernon Date: Thu, 7 Jun 2007 14:18:38 +0000 Subject: [PATCH] Minor, fix an obsolete comment about LWIP_SO_RCVTIMEO --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index e86a3d61..f023e367 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -493,7 +493,7 @@ a lot of data that needs to be copied, this should be set high. */ #define LWIP_TCP_KEEPALIVE 0 #endif -/* Enable SO_RCVTIMEO processing (only for UDP sockets) */ +/* Enable SO_RCVTIMEO processing */ #ifndef LWIP_SO_RCVTIMEO #define LWIP_SO_RCVTIMEO 0 #endif