文件名称:heartbeat_CS
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-28
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- 绫*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用I/O复用机制撰写的简单心跳客户端和服务器。主要包括以下工作:
设计客户端和服务器之间交互的报文格式;
设计客户端,具有发送心跳和超时重发的功能;
设计服务器,具有接收心跳和其他程序的能力,具有超时重发的能力。
编程语言:C-I/O multiplexing mechanism written the simple heartbeat client and server. Mainly include the following: design of the interaction between the client and server message format design the client has to send the heartbeat and timeout retransmission function design server, with the ability to receive heartbeat and other programs, with a timeout retransmission capacity. Programming languages: C++
设计客户端和服务器之间交互的报文格式;
设计客户端,具有发送心跳和超时重发的功能;
设计服务器,具有接收心跳和其他程序的能力,具有超时重发的能力。
编程语言:C-I/O multiplexing mechanism written the simple heartbeat client and server. Mainly include the following: design of the interaction between the client and server message format design the client has to send the heartbeat and timeout retransmission function design server, with the ability to receive heartbeat and other programs, with a timeout retransmission capacity. Programming languages: C++
(系统自动生成,下载前可以参看下载内容)
下载文件列表
readme.txt
HB_CLIENT
.........\etcp.cpp
.........\etcp.h
.........\hb_client.cpp
.........\heartbeat.h
.........\skel.h
HB_SERVER
.........\etcp.cpp
.........\etcp.h
.........\hb_server.cpp
.........\heartbeat.h
.........\skel.h