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

ICMP Results inaccurate #81

Open
M1kemclain247 opened this issue Dec 14, 2020 · 1 comment
Open

ICMP Results inaccurate #81

M1kemclain247 opened this issue Dec 14, 2020 · 1 comment

Comments

@M1kemclain247
Copy link

Hi so im noticing the ping results are not accurately showing the correct ping. is this something to do with my phone? I'm testing on a samsung galaxy S10+ ,

int ping = ((int) result.getAverageTimeTaken());
Logg.write("IP : " + ip + " Ping: " + ping);

for an IP im supposed to get 210ms im getting 98ms ?? is this normal , how could i fix it?

@M1kemclain247
Copy link
Author

Okay so im noticing its coming from the getAverageTimeTaken() - showing only 44ms

On Run - IP : 104.197.136.10 Ping: 289
OnFINISHED: IP : 104.197.136.10 Ping: 44

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

1 participant