Thread
:
making a winsock listen loop in C
View Single Post
09-13-2004, 01:10 PM
darkone
Disabled
Join Date: Dec 2001
Posts: 2,230
Sounds like you have set socket to non-blocking mode using WSAEventSelect(), WSAAsyncSelect() or WSAIoctl(). Btw. WSAAsyncSelect() is the easiest non-blocking api to use, and it's not that terrible performer either.
darkone
View Public Profile
Visit darkone's homepage!
Find More Posts by darkone