When measuring network latency (time ack received - time msg sent) in any protocol over TCP, what timer would you recommend to use and why? What resolution does it have? Wha
You mentioned that you use GetTickCount(), so I'm going to recommend that you take a look at QueryPerformanceCounter().