Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_io.h37 #ifndef COAP_MAX_EPOLL_EVENTS
38 #define COAP_MAX_EPOLL_EVENTS 10 macro
/third_party/libcoap/src/
Dcoap_io.c1737 struct epoll_event events[COAP_MAX_EPOLL_EVENTS];
1751 nfds = epoll_wait(ctx->epfd, events, COAP_MAX_EPOLL_EVENTS, etimeout);
1770 } while (nfds == COAP_MAX_EPOLL_EVENTS);