Winsock2 - How to use IOCP on client side
问题 I’ve recently started learning IOCP on Windows and been reading the following article: http://www.codeproject.com/Tips/95363/Another-TCP-echo-server-using-IOCP You can download the sample for the article from: http://dl.dropbox.com/u/281215/documentation/iocp-1.00.html The sample contains two simple applications – iocp_echo_server and TcpEchoClient . I understand that IOCP is usually used on the server side of the client/server model but I’d like to create a client using IOCP. I’ve so far