Description: UDP transport instance. UDP (User Data Protocol, User Datagram Protocol) is corresponding to the TCP protocol. It is connection-oriented protocol, it does not establish a connection with each other, but put the packet sent in the past
To Search:
- [DoubleLList] - A two-way linked list implementation of
- [MESH] - The wireless mesh network in recent year
- [TCP_chat] - Details to write a simple chat program,
- [DNS] - DNS server is a student of Beijing Unive
File list (Check if you may need any files):
UDPDemo\Common\CUDPManager.cpp
.......\......\CUDPManager.h
.......\......\UNetwork.cpp
.......\......\UNetwork.h
.......\UDPClient\res\UDPClient.ico
.......\.........\...\UDPClient.rc2
.......\.........\resource.h
.......\.........\StdAfx.cpp
.......\.........\StdAfx.h
.......\.........\UDPClient.cpp
.......\.........\UDPClient.dsp
.......\.........\UDPClient.h
.......\.........\UDPClient.rc
.......\.........\UDPClientDlg.cpp
.......\.........\UDPClientDlg.h
.......\...Server\res\UDPServer.ico
.......\.........\...\UDPServer.rc2
.......\.........\resource.h
.......\.........\StdAfx.cpp
.......\.........\StdAfx.h
.......\.........\UDPServer.cpp
.......\.........\UDPServer.dsp
.......\.........\UDPServer.h
.......\.........\UDPServer.rc
.......\.........\UDPServerDlg.cpp
.......\.........\UDPServerDlg.h
.......\WsClientServer.dsw
.......\UDPClient\res
.......\...Server\res
.......\Common
.......\UDPClient
.......\UDPServer
UDPDemo