Home
last modified time | relevance | path

Searched refs:MEMP_NUM_COAPSESSION (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/examples/lwip/config/
Dlwippools.h66 #ifndef MEMP_NUM_COAPSESSION
67 #define MEMP_NUM_COAPSESSION 2 macro
145 LWIP_MEMPOOL(COAP_SESSION, MEMP_NUM_COAPSESSION, sizeof(coap_session_t), "COAP_SESSION")
/third_party/libcoap/examples/lwip/
Dserver-coap.c193 LWIP_ASSERT("Need a minimum of 2 for MEMP_NUM_COAPSESSION", MEMP_NUM_COAPSESSION > 1); in server_coap_init()
194 coap_context_set_max_idle_sessions(main_coap_context, MEMP_NUM_COAPSESSION -1); in server_coap_init()