mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-12-10 08:46:40 +08:00
Add defaults for RAW_TTL and RAW_STATS
This commit is contained in:
parent
05fc81c231
commit
1047fee2bd
@ -216,6 +216,12 @@ a lot of data that needs to be copied, this should be set high. */
|
||||
#define ICMP_TTL 255
|
||||
#endif
|
||||
|
||||
/* ---------- RAW options ---------- */
|
||||
|
||||
#ifndef RAW_TTL
|
||||
#define RAW_TTL 255
|
||||
#endif
|
||||
|
||||
/* ---------- DHCP options ---------- */
|
||||
|
||||
#ifndef LWIP_DHCP
|
||||
@ -380,6 +386,10 @@ a lot of data that needs to be copied, this should be set high. */
|
||||
#define SYS_STATS 1
|
||||
#endif
|
||||
|
||||
#ifndef RAW_STATS
|
||||
#define RAW_STATS 0
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
#define LINK_STATS 0
|
||||
@ -392,6 +402,7 @@ a lot of data that needs to be copied, this should be set high. */
|
||||
#define MEMP_STATS 0
|
||||
#define PBUF_STATS 0
|
||||
#define SYS_STATS 0
|
||||
#define RAW_STATS 0
|
||||
|
||||
#endif /* LWIP_STATS */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user