Home
last modified time | relevance | path

Searched refs:nextpdu (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_io.c1360 coap_queue_t *nextpdu; local
1385 nextpdu = coap_peek_next(ctx);
1386 while (nextpdu && now >= ctx->sendqueue_basetime &&
1387 nextpdu->t <= now - ctx->sendqueue_basetime) {
1389 nextpdu = coap_peek_next(ctx);
1391 if (nextpdu && (timeout == 0 ||
1392 nextpdu->t - (now - ctx->sendqueue_basetime) < timeout))
1393 timeout = nextpdu->t - (now - ctx->sendqueue_basetime);

Completed in 2 milliseconds