搜索资源列表
XNetFramework
- XNetFramework 是一个非常简单的.net网络通信框架,采用UDP实现,主要用于客户端-服务器模式,本框架实现模拟心跳包(实现断线等事件触发),消息封装等功能,利用本框架可以快速实现网络上基本 C/S模式的程序。-XNetFramework is a very simple. Net framework for network traffic, using UDP to achieve, mainly for the client- server model, the framewor
41861143mmtd1.1
- 现P2P的简单通信 包括心跳检测 掉线处理等功能-implement the communication between 2 peers-P2P communications is now a simple heartbeat dropped, including processing and other functions-implement the communication between 2 peers
xintiao
- 带有心跳报文的程序 是模拟的 利用的是多线程 来进行模拟的 利用了定时器-Program with a simulated heartbeat packets using a multi-threaded to simulate the use of a timer
Testheart
- 一个vc实现的简易心跳程序,可以监听心跳时间,判断是否对方掉线等功能。-A vc to achieve simple heart procedures, can monitor the heart time, determine whether each other drops, and other functions.
kerryjiang-supersocket-master
- socket 通信 高效的通信 支持各种心跳,守护线程-socket supersocket
linux下的多线程高并发tcp服务器
- 基于epoll的多线程TCP服务器 基于epoll,监听指定端口的TCP请求; TCP长连接、短连接分别使用不同的端口; 当接收到客户端的TCP短连接请求时,返回服务器ip地址、MAC地址;当接收到客户端的TCP长连接请求时,服务器接收连接,客户端周期性向服务器发送心跳; 支持多个客户端的并发TCP请求; 使用多线程技术,同时监听、提供服务; 设计服务器端和客户端的通信协议,使用JSON格式。