|
-
August 6th, 2004, 09:44 AM
#1
select(), how do I know which socket got the notification
When select() returns how do I know which kind of notification has occured (readfds, writefds or exceptfds). In addtion which particular socket in the fdset array got the notification. Do I have to loop through all the sockets and check if data has arrived or data can be send?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|