mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
LWIP: Use LWIP_SO_RCVBUF instead of LWIP_RCVBUF
The name of this option has changed Issue #382
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user