LWIP: Use LWIP_SO_RCVBUF instead of LWIP_RCVBUF

The name of this option has changed

Issue #382
This commit is contained in:
Sebastian Sumpf 2012-10-15 13:09:17 +02:00 committed by Norman Feske
parent ac8633e0e9
commit 4873f35945
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#define LWIP_NETIF_LOOPBACK 1 /* Looping back to same address? */
#define LWIP_HAVE_LOOPIF 1 /* 127.0.0.1 support ? */
#define LWIP_STATS 0 /* disable stating */
#define LWIP_RCVBUF 1 /* enable SO_RCVBUF */
#define LWIP_SO_RCVBUF 1 /* enable SO_RCVBUF */
#define SO_REUSE 1 /* enable SO_REUSE */
#if LWIP_DHCP