]> git.gsnw.org Git - fping.git/commit
suppress duplicate reports with -c/-C and -q/-Q
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sun, 4 May 2025 16:09:48 +0000 (18:09 +0200)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Fri, 18 Jul 2025 17:03:20 +0000 (19:03 +0200)
commit05b8f45e1cb229c6d5f4fdc7bb2a2c512f48c273
tree1e9d860cf844fd0530d78ee315b4974354810e1c
parent6a678655be7488b8dcb3bfb7feb2af8a26293a1a
suppress duplicate reports with -c/-C and -q/-Q

If fping receives a duplicate Echo Reply packet, it reports
this.  This report was suppressed for loop mode, and for
other operating modes where each receive event is reported.
Now, this duplicate report is also suppressed when in count
mode with options -q, --quiet or -Q, --squiet.

This addresses GitHub issue #389.
CHANGELOG.md
src/fping.c