Latency finding #833
Answered
by
uNetworkingAB
codergautam
asked this question in
Q&A
-
Hi what would be the most efficient way of finding client/server latency? I know you can send a ping event from the client every few seconds, and use the server response to calculate a ms time, but is this the most optimal way? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
uNetworkingAB
Nov 13, 2022
Replies: 1 comment
-
Probably. You also have ICMP ping but that's not including the application. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
codergautam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably. You also have ICMP ping but that's not including the application.