mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
LWIP: Use LWIP_SO_RCVBUF instead of LWIP_RCVBUF
The name of this option has changed Issue #382
This commit is contained in:
committed by
Norman Feske
parent
ac8633e0e9
commit
4873f35945
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user