Valhalla Legends Archive

Programming => Advanced Programming => Topic started by: Skywing on June 24, 2003, 06:40 PM

Title: Adding new winsock functionality (overlapped) in Windows NT
Post by: Skywing on June 24, 2003, 06:40 PM
I was having a discussion with several people in the channel recently about implementing overlapped versions of connect and accept (with completion routines) in Win32 (specifically, Windows NT).  It would be nice if these could coexist with IoCompletion objects created by CreateIoCompletionPort.

How would one go about doing this?  Perhaps installing a filter driver to intercept requests to Afd.sys?