When running libcoap (CoAP server mode) on FreeRTOS + LwIP (with LWIP_TCPIP_CORE_LOCKING=1), the LwIP backend (coap_dgrm_lwip.c) will call TCP_CORE_LOCK() inside coap_socket_send(). However, incoming ...