🔨」 fix: omg

This commit is contained in:
2025-08-17 23:03:03 +02:00
parent 3764b2df45
commit 33a65e4ac6

View File

@ -70,7 +70,7 @@ void print_stats(void) {
printf("--- %s ping statistics ---\n", address);
printf("%d packets transmitted, %d packets received, %d%% packet loss\n",
tx_count, rx_count, (100 * (tx_count - rx_count) / tx_count));
printf("round-trip min/avg/max/stddev = %.3f/%.3f/%.3f/%.3f\n",
printf("round-trip min/avg/max/stddev = %.3f/%.3f/%.3f/%.3f ms\n",
get_min_rtt(), get_avg_rtt(), get_max_rtt(), get_stddev_rtt());
}