mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
lwip: enable ICMP support
This switches on the LwIP opts flag for handling ICMP packets (as far as supported). Issue #2732
This commit is contained in:
parent
009330ab4c
commit
9c73326bbb
@ -23,6 +23,7 @@
|
||||
#define LWIP_RAW 0 /* LwIP raw API */
|
||||
#define LWIP_UDP 1 /* UDP support */
|
||||
#define LWIP_TCP 1 /* TCP support */
|
||||
#define LWIP_ICMP 1 /* ICMP support */
|
||||
#define LWIP_DNS 1 /* DNS support */
|
||||
#define LWIP_DHCP 1 /* DHCP support */
|
||||
#define LWIP_SOCKET 1 /* LwIP socket API */
|
||||
|
Loading…
Reference in New Issue
Block a user