Calculating ping
this is my idea for calculating ping, tell me if im right, close, or dead wrong.
Every so often (or imbedded in every other packe) the client sends a "ping" packet to the server that includes the clients Tick count when the client sent it. the server then immediately sends that packet back to the client, not changing the tick count. the client then subtracts the tick count in the packet from the current tick count, divides by 2, and wala! (i think)
is that how its done?
really close, but don''t divide it by 2 because ping is the time measured between the packet''s ''start''(when you send it) and it''s ''end'' (when you got it back).
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement