You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: