Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Stop pinging if N hosts are reachable #171

Closed
mirfatif opened this issue Feb 12, 2020 · 3 comments
Closed

[Feature Request] Stop pinging if N hosts are reachable #171

mirfatif opened this issue Feb 12, 2020 · 3 comments

Comments

@mirfatif
Copy link

mirfatif commented Feb 12, 2020

In combination with --reachable=N it would save time on large networks. E.g. with fping --retry=5 --timeout=200 --reachable=2 --generate 192.168.1.0/24 if router responds at 192.168.1.1 and any other host at DHCP assigned IP - say 192.168.1.10 - do not retry and wait for timeout on other hosts.

@gsnw
Copy link
Contributor

gsnw commented Jul 31, 2022

I have created a new pull request #260 with complete copy of the code and a corresponding test case

@auerswal
Copy link
Collaborator

auerswal commented Jan 9, 2024

@mirfatif: Can this issue be closed? The option -X, --fast-reachable seems to implement the requested feature.

@mirfatif
Copy link
Author

I'm not currently using fping. If the functionality has been added, please close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants