资源列表
TCP-UDP
- File Transfer using TCP and UDP in C.client-server model.
9tcp1-udp
- TCP-UDP的简单处理方法-TCP-UDP simple approach
udp_connection
- 一个udp连接例程。 -make a udp connection.make a udp connection.
Cliente
- This is a TCP client form created in visual basic 6. It is an example of how to do a network chat application.
NBUDPServer
- 非阻塞模式的UDP通信,本程序是服务端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。
code.rar
- 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
drop-tail-sw
- 我自己写的一个C程序,用于ns2下switching的实现,因为ns2中没有这样的组件。-I wrote a C program for ns2 implementation of the next switching, because ns2 is no such component.
fzDlg
- 服务器 UDP 仿真接受 发送 数据库 存储-Server sends UDP simulation database storage to accept
simplewnd
- 以udp包为基础的,可靠数据传输的简单实现,不能用,仅给出思路,供大家参考.-Packet to udp-based, reliable data transmission to achieve a simple, not only given ideas for your reference.
WinDown
- windown下载类,使用wininet.dll api-windown download category, the use of wininet.dll api
HttpSocket
- HTTP协议解释,与HTTP下载,自动分析URL与错误管理,效率高。-HTTP protocol interpretation, and HTTP downloads, and automatic analysis of the wrong URL management, high efficiency.
NBUDPClient
- 非阻塞模式的UDP通信,本程序是客户端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。