Description: This example is based on winsocket AsyncSelect model in a simple UDP echo program. This works for vs2005-MFC project, the window with the MFC, write with the socket(not MFC CSocket class).
bin folder--->Application
src folder---> source code
To Search:
- [ipv6packet] - The code for IPv6 based on the contract
File list (Check if you may need any files):
echo
....\bin
....\...\Client.exe
....\...\Server.exe
....\doc
....\readme.txt
....\src
....\...\Client
....\...\......\Client.cpp
....\...\......\Client.h
....\...\......\Client.rc
....\...\......\Client.sln
....\...\......\Client.vcproj
....\...\......\ClientDlg.cpp
....\...\......\ClientDlg.h
....\...\......\res
....\...\......\resource.h
....\...\......\...\Client.ico
....\...\......\...\Client.rc2
....\...\......\stdafx.cpp
....\...\......\stdafx.h
....\...\......\UdpClient.cpp
....\...\......\UdpClient.h
....\...\Server
....\...\......\res
....\...\......\resource.h
....\...\......\...\Server.ico
....\...\......\...\Server.rc2
....\...\......\Server.cpp
....\...\......\Server.h
....\...\......\Server.rc
....\...\......\Server.sln
....\...\......\Server.vcproj
....\...\......\ServerDlg.cpp
....\...\......\ServerDlg.h
....\...\......\stdafx.cpp
....\...\......\stdafx.h
....\...\......\UdpServer.cpp
....\...\......\UdpServer.h