mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-02 14:58:22 +00: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…
Reference in New Issue
Block a user