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

Burst ICMP request lead to packet loss #24

Open
BriceSchaffner opened this issue Apr 11, 2019 · 2 comments
Open

Burst ICMP request lead to packet loss #24

BriceSchaffner opened this issue Apr 11, 2019 · 2 comments

Comments

@BriceSchaffner
Copy link

When pinging a lots of address (more than 500) on some system/network the burst ICMP request can led to a lot of packet loss. This can be avoided by adding a small delay between each ICMP request (1-5 ms). This has been observed on a Windows Server 2012 R2 Standard (64 bit).

BriceSchaffner pushed a commit to BriceSchaffner/multi-ping that referenced this issue Apr 11, 2019
@Tzvika-m
Copy link

Tzvika-m commented May 14, 2019

This also happens in some network configurations with more than 50 addresses.
Observed on ubuntu 18.04 (dockerized) and macOS 10.14.4

@siddeshpawar
Copy link

Instead of delay we can work with concurrency or multi-threading. pushing all the IP. Hope the burst ICMP will work.

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

No branches or pull requests

3 participants