]> git.gsnw.org Git - fping.git/commit
new option --check-source
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Fri, 12 Jul 2024 18:34:57 +0000 (20:34 +0200)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 27 Jul 2024 12:53:32 +0000 (14:53 +0200)
commit8ecda7f0cd9610424140815c5591bb8d73861851
treeda7f9c97bf8be0cb6c99770c39b06990442bab40
parentb4da5e44d9a41cf8a171bca9d3d42f67037943ff
new option --check-source

Using the new option --check-source discards Echo reply packets
sourced from an address that is different from the specified target
address.  This can be useful on busy monitoring hosts, because it
is possible that two fping processes running at he same time use
the same ICMP Echo Reply Identifier for ICMP Echo messages sent to
different hosts.

This aims to address GH issue #206.
ci/test-02-help.pl
ci/test-05-options-c-e.pl
doc/fping.pod
src/fping.c