Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_io.c1516 int etimeout = timeout; local
1520 etimeout = 0;
1524 etimeout = -1;
1526 else if (etimeout < 0) {
1528 etimeout = INT_MAX;
1531 nfds = epoll_wait(ctx->epfd, events, COAP_MAX_EPOLL_EVENTS, etimeout);