View Single Post
Old 09-13-2004, 01:10 PM  
darkone
Disabled
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

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 is offline