文件名称:46375857867564
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-09-10
- 文件大小:
- 30kb
- 下载次数:
- 0次
- 提 供 者:
- 余***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。,作者拥有版权,仅供学习与参考。-This procedure for the UDP testing procedures hole principle. For the sake of simplicity, the application server receives two client, the two clients to establish UDP channel. The establishment of two client UDP channel, the data sent with each other through server forwarding, direct data exchange, this can turn off the server program. The server s default server port is 10000, if the port is already in use, please modify the service port. The author, copyright, learning and reference purposes only.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
client
......\client
......\client.sln
......\client.suo
......\......\Client.cs
......\......\client.csproj
......\......\Form1.cs
......\......\Form1.Designer.cs
......\......\Form1.resx
......\......\Program.cs
......\......\Properties
......\......\..........\AssemblyInfo.cs
......\......\..........\Resources.Designer.cs
......\......\..........\Resources.resx
......\......\..........\Settings.Designer.cs
......\......\..........\Settings.settings
server
......\server
......\server.sln
......\server.suo
......\......\Form1.cs
......\......\Form1.Designer.cs
......\......\Form1.resx
......\......\Program.cs
......\......\Properties
......\......\..........\AssemblyInfo.cs
......\......\..........\Resources.Designer.cs
......\......\..........\Resources.resx
......\......\..........\Settings.Designer.cs
......\......\..........\Settings.settings
......\......\server.cs
......\......\server.csproj
使用说明.txt