mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
566 B
15 lines
566 B
WSPStartup(): should pass upcall table by reference, not by value.
|
|
|
|
WSPGetProcTable(): lpProcTable should be "LPVOID FAR *" since it is used to
|
|
query multiple tables, not just the SPI table.
|
|
|
|
WSPSelect(): should not pass nfds parameter, as this is ALWAYS ignored.
|
|
|
|
Forcing SPI entrypoints to honor errors like WSAEINPROGRESS and
|
|
WSANOTINITIALISED means all service providers must maintain their own
|
|
per-thread state.
|
|
|
|
For non-overlapped sockets, should they be _IO_ALERT or _IO_NONALERT?
|
|
|
|
Use Reserved field of APC for flags sent to completion routine!
|
|
|