Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_io.c1738 int etimeout = timeout; local
1742 etimeout = 0;
1745 etimeout = -1;
1746 } else if (etimeout < 0) {
1748 etimeout = INT_MAX;
1751 nfds = epoll_wait(ctx->epfd, events, COAP_MAX_EPOLL_EVENTS, etimeout);