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
I want to determine the network connection quality during app startup as quickly as possible. One idea was to send out a burst of a couple of pings, and measure average RTT and timeouts.
Using GBPing, I found that the time between 2 pings sent is approx. 1 second at minimum, regardless of whether I set the pingPeriod to be 1.0, 0.5 or 0.05. (Setting values greater than 1 second works correctly, though).
What do I need to do to send out more pings / with less delay between the pings?
The text was updated successfully, but these errors were encountered:
I want to determine the network connection quality during app startup as quickly as possible. One idea was to send out a burst of a couple of pings, and measure average RTT and timeouts.
Using GBPing, I found that the time between 2 pings sent is approx. 1 second at minimum, regardless of whether I set the pingPeriod to be 1.0, 0.5 or 0.05. (Setting values greater than 1 second works correctly, though).
What do I need to do to send out more pings / with less delay between the pings?
The text was updated successfully, but these errors were encountered: