Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_debug.c941 static int send_packet_count = 0; variable
979 send_packet_count = 0; in coap_debug_set_packet_loss()
984 ++send_packet_count; in coap_debug_send_packet()
988 if (send_packet_count >= packet_loss_intervals[i].start in coap_debug_send_packet()
989 && send_packet_count <= packet_loss_intervals[i].end) { in coap_debug_send_packet()
990 coap_log(LOG_DEBUG, "Packet %u dropped\n", send_packet_count); in coap_debug_send_packet()
999 coap_log(LOG_DEBUG, "Packet %u dropped\n", send_packet_count); in coap_debug_send_packet()