1

Possible Duplicate:
In Win32, 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?

Community
  • 1
  • 1
Celebi
  • 1,280
  • 3
  • 16
  • 25
  • Related: http://stackoverflow.com/questions/4230850/check-is-socket-is-blocking-winsock-specific http://stackoverflow.com/questions/5489562/in-win32-is-there-a-way-to-test-if-a-socket-is-non-blocking – DuckMaestro Mar 07 '12 at 18:13

1 Answers1

0

Winsock unfortunately (and surprisingly) isn't able to do this.

bcoughlan
  • 25,987
  • 18
  • 90
  • 141