Introduction - If you have any usage issues, please Google them yourself
UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错
Packet : UDP.rar filelist
Server/DemoServer.cfg
Server/DemoServer.dpr
Server/DemoServer.res
Server/Unit1.dfm
Server/Unit1.pas
DemoServer.exe
Client/DemoClient.cfg
Client/DemoClient.dpr
Client/DemoClient.exe
Client/DemoClient.res
Client/Unit1.dfm
Client/Unit1.pas
Public/Consts.pas
Public/NMUDP.pas
Public/PMyBaseDebug.pas
Public/untfunctions.pas
Public/UntProctol.pas
Public/UntUdpCtl.pas
Server
Client
Public