How to know a socket is blocking mode or not? On Windows [duplicate]
Possible Duplicate:
In W开发者_开发技巧in32, is there a way to test if a socket is non-blocking?
On Unix, I can use fcntl().
Are there any Winsock API I can use to check a socket is blocking mode or not?
Winsock unfortunately (and surprisingly) isn't able to do this.
精彩评论