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/
H A Dcoap_io.h37 #ifndef COAP_MAX_EPOLL_EVENTS
38 #define COAP_MAX_EPOLL_EVENTS 10 macro
39 #endif /* COAP_MAX_EPOLL_EVENTS */
/third_party/libcoap/src/
H A Dcoap_io.c1737 struct epoll_event events[COAP_MAX_EPOLL_EVENTS];
1751 nfds = epoll_wait(ctx->epfd, events, COAP_MAX_EPOLL_EVENTS, etimeout);
1765 * (COAP_MAX_EPOLL_EVENTS insufficient)
1769 /* Keep retrying until less than COAP_MAX_EPOLL_EVENTS are returned */
1770 } while (nfds == COAP_MAX_EPOLL_EVENTS);

Completed in 3 milliseconds