mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
Make LWIP_RAW==0 the default, raw IP sockets/pcbs should not be too common to justify the increased codesize for default setups
This commit is contained in:
parent
a7ee681515
commit
365f3fb651
@ -756,7 +756,7 @@
|
|||||||
* LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
|
* LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_RAW
|
#ifndef LWIP_RAW
|
||||||
#define LWIP_RAW 1
|
#define LWIP_RAW 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user