mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-29 03:14:04 +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.
|
||||
*/
|
||||
#ifndef LWIP_RAW
|
||||
#define LWIP_RAW 1
|
||||
#define LWIP_RAW 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user