- Fix debug build use of dbg_printf in fping.c (#415, thanks @auerswal)
- Remove MacOS-specific test for -I option (#407)
- GitHub Actions fixes (thanks @gsnw-sebast)
+- Fix measurement of time for timed reports (-Q) to start after DNS name
+ resolution.
fping 5.4 (2025-04-19)
======================
#endif
setlinebuf(stdout);
+ // Last time we updated current_time_ns was before adding the hosts and
+ // possibly doing DNS resolution, which means that it isn't accurate
+ // anymore.
+ update_current_time();
if (report_interval) {
next_report_time = current_time_ns + report_interval;
}