Home
last modified time | relevance | path

Searched refs:LWIP_DISABLE_MEMP_SANITY_CHECKS (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Dinit.c272 #ifndef LWIP_DISABLE_MEMP_SANITY_CHECKS
273 #define LWIP_DISABLE_MEMP_SANITY_CHECKS 0 macro
278 #if !LWIP_DISABLE_MEMP_SANITY_CHECKS
285 #error "lwip_sanity_check: WARNING: MEMP_NUM_NETCONN should be less than the sum of MEMP_NUM_{TCP,RAW,UDP}_PCB+MEMP_NUM_TCP_PCB_LISTEN. If you know what you are doing, define LWIP_DISABLE_MEMP_SANITY_CHECKS to 1 to disable this error."
288 #endif /* !LWIP_DISABLE_MEMP_SANITY_CHECKS */

Completed in 1 milliseconds