Feature Requests item #1527583, was opened at 2006-07-24 17:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1527583&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: david arnold (dja)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add support for WSAEnumNetworkEvents
Initial Comment:
WSAEnumNetworkEvents is used to determine the state of
a socket after it has signaled an Event to indicate
that its state has changed. Its useful for integrating
sockets with other objects (handles, events, etc) in a
main loop.
Currently, WSAEventSelect is supported, as is
WSAAsyncSelect (which is used to direct state change
notifications to a Window), but not WSAEnumNetworkEvents.
It'd be great if this could be added ...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1527583&group_id=78018
|