dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
805 stars 196 forks source link

Modified headers/select.hpp wait(long long microsecs) #38

Closed dinarrow closed 8 years ago

dinarrow commented 8 years ago

Move struct timeval _timeout outside of if block so it is retained on the stack.

dermesser commented 8 years ago

Thank you!