资源列表
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
ClientaServ
- windows TCP/IP 网络编程示例,包括服务端和客户端程序,可以相互发送信息并显示。-windows TCP/IP internet program samples,include service and client,connect ,send and receive informations ,display.
IOCPDemo
- 使用IOCP模型实现的TCP消息转发程序,可实现简单的信息交互-use iocp to implenment tcp
AChatProgrameExample
- A Java Chat Programe,Just for studying TCP-A Java Chat Programe,Just for studying TCP...
VerySimpleChatProgram
- A very simple chat Program... just for studying java tcp and awt.
Server-File-Manager
- control directory and files. control port and connection tcp ip
ipmsg310src
- IPmsg 源代码,提供短信、文件的多点传输。用于区域网,使用tcp/ip和udp协议。-IPmsg resource code
upordown
- tcp 或 udp 实现文件的上传和下载,只是一个简单的例子-tcp or udp for file upload and download, just a simple example
TCPIP
- TCP/IP this program its a simulation of the protocole TCP/IP
daima
- client创建udp原始套接字,将数据存入buf中,进行网络的捕包,从中过滤识别出80端口的包,打印出五元组的信息。server端开启守护进程,接受前端发送的信息,并将其保存到文件中。-create udp raw socket client, the data stored in buf, make the network packet capture, filter identified 80 ports from which the package, print out the five
congestion-control-and-QoS
- Objectives of this document -Connection oriented and connectionless services The TCP/IP layers Differences between OSI and TCP/IP models -Objectives of this document -Connection oriented and connectionless services The TCP/IP lay
tcp_local
- 本地socket通信的基本实现,基于TCP/IP的网络连接。-local socket communication.