]> git.gsnw.org Git - fping.git/commit
Increase maximum -b value to 65507
authorPetr Vorel <pvorel@suse.cz>
Mon, 12 Aug 2024 12:39:55 +0000 (14:39 +0200)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 24 Aug 2024 16:09:47 +0000 (18:09 +0200)
commitd565df4fbd23f35b7b71203aa5744ae81459c71a
treeb035a92bb0eff6d899e1dbcef8320c68beded13e
parent54f452c1c61c76a0a47dd5bdc316ffb4793e2e56
Increase maximum -b value to 65507

Correct definitions: maximum theoretical IPv4 packet size and minimum
IPv4 header size (previously probably IPv6 size was used).

Because fping does not know ahead whether address is IPv4 or IPv6 assume
IPv4. Previously fping allowed only 65488, but real maximum for IPv4 on
Linux is 65507 (IPv6 would allow 65527 follow the current approach and
allow smaller value than reachable for IPv6).

Update test affected by this change. While at this, test 65508 (one
above the limit) instead of 65509.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
ci/test-03-forbidden.pl
src/fping.c