Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/examples/
Detsi_iot_01.c29 #define COAP_RESOURCE_CHECK_TIME_SEC 1 macro
442 delay = d < COAP_RESOURCE_CHECK_TIME_SEC in hnd_get_separate()
443 ? COAP_RESOURCE_CHECK_TIME_SEC in hnd_get_separate()
728 if ( nextpdu && nextpdu->t <= now + COAP_RESOURCE_CHECK_TIME_SEC ) { in main()
735 tv.tv_sec = COAP_RESOURCE_CHECK_TIME_SEC; in main()