搜索资源列表
TCPv2
- 使用Winsock2 TCP协议,实现控制台下半双工通信。-Winsock2 TCP protocol used to achieve the console under the half-duplex communication.
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
File-transfer-tcp-ip
- 基于TCP-IP的文件传输程序,分为服务端、客户端,有菜单选择(收、发、退出),双向收发,半双工通讯。-Based on tcp-ip protocol,server&client,menu,Half Duplex.
tcp
- tcp实现聊天,双工聊天,使用C语言实现,双线程-achieve tcp chat, duplex chat, use the C language, dual-threaded
duplex
- 文档详细讲解了半双工和全双工的定义以及区别,适合除学者。-Document explained in detail as well as the definition of half-duplex and full-duplex difference for addition scholar.
NETTALK
- 网络电话系统,支持G729压缩传输。支持双向全双工语音通讯-internet telphone system
PPP协议
- PPP(Point-to-Point Protocol点到点协议)是为在同等单元之间传输数据包这样的简单链路设计的链路层协议。这种链路提供全双工操作,并按照顺序传递数据包。(PPP (point to point protocol) is a link layer protocol for the design of simple links such as data packets between the same units. This link provides full duplex o
tcp全双工通信
- 基于tcp的全双工通信,内含客户机、服务器(Full duplex communication based on TCP)
