]> git.gsnw.org Git - fping.git/commit
new option --seqmap-timeout=MSEC
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Mon, 21 Apr 2025 18:02:17 +0000 (20:02 +0200)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Thu, 19 Jun 2025 14:00:47 +0000 (16:00 +0200)
commitb00bb5aaa3ab5cc99247faa580d9595ddb813bc1
tree1cd8caa7ed5e1da817bdeb6344d0e850c916b0ae
parentfb6f8b5613f1bcf2a98680ef7f27f6fe8459ab1d
new option --seqmap-timeout=MSEC

This allows to control the time after which sequence numbers
can be reused for new probe packets.  This is intended to
help using count or loop modes with tens of thousands of
target hosts.

See GH issue #385 for more information.
CHANGELOG.md
ci/test-03-forbidden.pl
ci/test-09-option-r-t.pl
ci/test-12-option-type.pl
doc/fping.pod
src/fping.c
src/options.h
src/seqmap.c
src/seqmap.h