]> git.gsnw.org Git - fping.git/commit
Update fping.c
authorbrownowski <35676387+brownowski@users.noreply.github.com>
Sun, 7 Jul 2019 01:18:29 +0000 (11:18 +1000)
committerGitHub <noreply@github.com>
Sun, 7 Jul 2019 01:18:29 +0000 (11:18 +1000)
commit5883c6f27221184efed83aaea0eb7435e06a92cb
treed3e792c06bab5555b731b7a5b90c0d5042ac9919
parent12961d59eca1c1647676c634a41af9eb7f23e499
Update fping.c

Should only increase num_alive if response is not a duplicate.

In cases where multiple pings are sent, num_alive can increase past one for a host if a duplicate ping response is received while h->num_recv ==1.
src/fping.c