Searched refs:COAP_MAX_RETRY_COUNT (Results 1 – 3 of 3) sorted by relevance
34 #define COAP_MAX_RETRY_COUNT 4 macro77 node->retrans_count = COAP_MAX_RETRY_COUNT; in Cloud_CoAPMessageList_add()288 if (node->retrans_count < COAP_MAX_RETRY_COUNT && in Cloud_CoAPMessage_cycle()306 (node->retrans_count >= COAP_MAX_RETRY_COUNT)) { in Cloud_CoAPMessage_cycle()
33 #define COAP_MAX_RETRY_COUNT 4 macro
38 #define COAP_MAX_RETRY_COUNT 8 macro97 node->retrans_count = COAP_MAX_RETRY_COUNT; in CoAPMessageList_add()
Completed in 10 milliseconds