I\'m writing a portable Socket class that supports timeouts for both sending and receiving... To implement these timeouts I\'m using select().... But, I sometim
You can check out QueryPerformanceCounter and QueryPerformanceFrequency. These are very high resolution- down to one tick per ten cycles on some hardware- timers.