Tagged Questions
2
votes
3answers
4k views
What should I use to replace gettimeofday() on Windows?
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 sometimes need to know how long I was blocked ...