Minor, fix an obsolete comment about LWIP_SO_RCVTIMEO

This commit is contained in:
fbernon 2007-06-07 14:18:38 +00:00
parent aee6c1f72f
commit 273e70e403

View File

@ -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