Description: Samples illustrating the various Winsock I/O models
under the following directories:
blocking Illustrates the blocking sockets model. This includes blocking client and server samples.
nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided.
WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a
server sample is provided.
WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided.
overlapped Illustrates the overlapped IO model using events.Only a server sample is provided.
iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
File list (Check if you may need any files):