mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
add default option for LWIP_RAW
This commit is contained in:
parent
70cd10beae
commit
e85a892111
@ -218,6 +218,10 @@ a lot of data that needs to be copied, this should be set high. */
|
|||||||
|
|
||||||
/* ---------- RAW options ---------- */
|
/* ---------- RAW options ---------- */
|
||||||
|
|
||||||
|
#ifndef LWIP_RAW
|
||||||
|
#define LWIP_RAW 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef RAW_TTL
|
#ifndef RAW_TTL
|
||||||
#define RAW_TTL 255
|
#define RAW_TTL 255
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user