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
Kudos to the development team for this excellent work. It is really helpful and easy to implement.
I have gone through the code and can measure the download and upload speed accurately within the application. Now, beforehand I start the speed test, I would like to check the latency time as well.
So is that possible in any way with the current version of the library?
Regards,
Nirmit
The text was updated successfully, but these errors were encountered:
Hello, @NirmitDagly I am not an ios developer, so I can't speak to all functionality available from this client. I can speak about the information provided by the NDT server during a test.
For both upload and download tests, the server sends periodic connection measurements that include (among other information) a TCPInfo structure, example here:
The MinRTT value will represent the best case latency between the client and server during the life of the connection. The RTT value will change over the life of the connection and reflect the latency due to other load on the network (caused by other traffic or the speed test itself).
Most client implementations provide a way to receive these measurement messages. If this ios client does not yet, that would be a welcome feature.
Kudos to the development team for this excellent work. It is really helpful and easy to implement.
I have gone through the code and can measure the download and upload speed accurately within the application. Now, beforehand I start the speed test, I would like to check the latency time as well.
So is that possible in any way with the current version of the library?
Regards,
Nirmit
The text was updated successfully, but these errors were encountered: