Description: IOCP programming beginner, encountered many problems and setbacks, but also many others online to find the code, but these codes are either unstable or difficult to use, so I decided to do it yourself. N times consult the MSDN in the relevant sections, with several major changes in the source code, debugging, and after numerous times, finally present the IOCP more stable and efficient code, I will wrap it into Delphi control, it is also more convenient to use. .
To Search:
File list (Check if you may need any files):
dzdiocpnew
..........\bpl
..........\demo
..........\....\bin
..........\....\...\debug
..........\....\...\.....\UDPEchoServer.exe
..........\....\...\.....\【源码说明】.txt
..........\....\...\.....\源码天空.htm
..........\....\...\release
..........\....\...\.......\【源码说明】.txt
..........\....\...\.......\源码天空.htm
..........\....\...\【源码说明】.txt
..........\....\...\源码天空.htm
..........\....\TCPClient
..........\....\.........\CMainForm.dfm
..........\....\.........\CMainForm.pas
..........\....\.........\debug
..........\....\.........\IocpClient.dpr
..........\....\.........\IocpClient.dproj
..........\....\.........\IocpClient.dproj.local
..........\....\.........\IocpClient.identcache
..........\....\.........\IocpClient.res
..........\....\.........\【源码说明】.txt
..........\....\.........\源码天空.htm
..........\....\TCPEchoServer
..........\....\.............\debug
..........\....\.............\dzimProtocol.pas
..........\....\.............\IocpEchoServer.dpr
..........\....\.............\IocpEchoServer.dproj
..........\....\.............\IocpEchoServer.dproj.local
..........\....\.............\IocpEchoServer.identcache
..........\....\.............\IocpEchoServer.opt
..........\....\.............\IocpEchoServer.res
..........\....\.............\release
..........\....\.............\SMainForm.ddp
..........\....\.............\SMainForm.dfm
..........\....\.............\SMainForm.pas
..........\....\UDPEchoServer
..........\....\.............\debug
..........\....\.............\.....\FastMM4.dcu
..........\....\.............\.....\FastMM4Messages.dcu
..........\....\.............\.....\uMainFrm.dcu
..........\....\.............\release
..........\....\.............\UDPEchoServer.dpr
..........\....\.............\UDPEchoServer.dproj
..........\....\.............\UDPEchoServer.res
..........\....\.............\uMainFrm.dfm
..........\....\.............\uMainFrm.pas
..........\dzdiocp.groupproj
..........\lib
..........\...\dzdiocp.dcp
..........\...\dzdiocp.dcu
..........\...\dzIocpGlobal.dcu
..........\...\dzIocpSocket.dcu
..........\...\dzMemoryPool.dcu
..........\...\dzSequenceList.dcu
..........\...\dzSocketUtils.dcu
..........\...\dzTrace.dcu
..........\...\dzWinThread.dcu
..........\...\JwaMSWSock.dcu
..........\...\JwaQos.dcu
..........\...\JwaWinsock2.dcu
..........\...\JwaWS2tcpip.dcu
..........\source
..........\......\build.bat
..........\......\dzdiocp.bpl
..........\......\dzdiocp.dpk
..........\......\dzdiocp.dproj
..........\......\dzdiocp.dproj.local
..........\......\dzdiocp.identcache
..........\......\dzdiocp.res
..........\......\dzIocpGlobal.pas
..........\......\dzIocpSocket.pas
..........\......\dzMemoryPool.pas
..........\......\dzSequenceList.pas
..........\......\dzSocketUtils.pas
..........\......\dzTrace.pas
..........\......\dzWinThread.pas
..........\......\jedi.inc
..........\......\jediapilib.inc
..........\......\JwaMSTcpip.pas
..........\......\JwaMSWSock.pas
..........\......\JwaQos.pas
..........\......\JwaWinsock2.pas
..........\......\JwaWS2tcpip.pas
..........\......\JwaWSipx.pas
..........\......\JwaWSnetbs.pas
..........\......\JwaWSNwLink.pas