Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_debug.c1241 static int send_packet_count = 0; variable
1280 send_packet_count = 0; in coap_debug_set_packet_loss()
1286 ++send_packet_count; in coap_debug_send_packet()
1290 if (send_packet_count >= packet_loss_intervals[i].start && in coap_debug_send_packet()
1291 send_packet_count <= packet_loss_intervals[i].end) { in coap_debug_send_packet()
1292 coap_log_debug("Packet %u dropped\n", send_packet_count); in coap_debug_send_packet()
1301 coap_log_debug("Packet %u dropped\n", send_packet_count); in coap_debug_send_packet()
1314 send_packet_count = 0; in coap_debug_reset()

Completed in 2 milliseconds