Welcome![Sign In][Sign Up]
Location:
Search - epoll tcp

Search list

[Communicationepoll-lib-0.11.tar

Description: linux环境下大容量TCP连接,用于网络通信.-large capacity TCP connection for network communications.
Platform: | Size: 37637 | Author: 一路发 | Hits:

[Communicationepoll-lib-0.11.tar

Description: linux环境下大容量TCP连接,用于网络通信.-large capacity TCP connection for network communications.
Platform: | Size: 37888 | Author: 一路发 | Hits:

[Internet-Networkepoll

Description: linux下的Tcp服务器,采用的是Epoll模式,deamon程序,适合大家学习网络编程。-Tcp server under linux, using the Epoll mode, deamon process, suitable for them to learn network programming.
Platform: | Size: 252928 | Author: yourname | Hits:

[Internet-Networktcp_frame

Description: 用Windows的IOCP、Linux的epoll、FreeBSD的kqueue写了一个支持高并发、多CPU、跨平台的TCP网络服务框架。-With Windows IOCP, Linux epoll, FreeBSD kqueue wrote a support high concurrency, multi-CPU, cross-platform framework for TCP network services.
Platform: | Size: 15360 | Author: 陈友能 | Hits:

[TCP/IP stackNewEye2.tar

Description: Unreleased TCP streaming engine using epoll under Linux
Platform: | Size: 26624 | Author: thefre | Hits:

[Linux-UnixttII_src

Description: linux,网络资料, 网络资料,网络资料-linux tcp epoll
Platform: | Size: 471040 | Author: char | Hits:

[Internet-NetworkTCPSvr_IOCP_EPOLL_KQUEUE

Description: 一个轻量级的跨平台TCP服务器封装,封装了IOCP。EPOLL。kq-A lightweight cross-platform TCP server package encapsulates the IOCP. EPOLL. kqueue
Platform: | Size: 15360 | Author: sangXN | Hits:

[Internet-NetworkSOCKET-EPOLL

Description: socket for tcp udp , with c code
Platform: | Size: 6144 | Author: yun | Hits:

[Internet-NetworkTcp_Epoll

Description: linux下epoll实现tcp通信,试用期考核项目,代码规约可能遵守的不是很好,但是思路,模型使用自觉不错,仅供参考-under linux epoll tcp communication, assessment of the trial period Statute of code compliance is not very good, but the idea of ​ ​ consciously good model uses for reference only
Platform: | Size: 13312 | Author: 黄俊 | Hits:

[Internet-Networktcp

Description: High Performance C++ object oriented TCP server/client implementaion using epo-High Performance C++ object oriented TCP server/client implementaion using epoll
Platform: | Size: 6144 | Author: Sugeng Widodo | Hits:

[Internet-NetworkTCPserver

Description: linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
Platform: | Size: 3072 | Author: panyongxuan | Hits:

[Internet-NetworkEpoll-TCP-Client

Description: Simple TCP Client Code
Platform: | Size: 3072 | Author: geek_ps | Hits:

[Internet-Networkepoll_test

Description: linux epoll 模型,用于linux 下 大容量 tcp 通讯使用-linux epoll server and clinet
Platform: | Size: 57344 | Author: 曾庆长 | Hits:

[Embeded Linuxcubieboard-master

Description: bluetooth中为蓝牙测试demo:检测周围的蓝牙设备,连接设备,循环发送数据 broadcom-bluetooth:固件源代码,以及加载固件的命令 com:cubieboard从串口读取数据,再通过tcp发送 特点:epoll com_bt:cubieboard从串口读取数据,通过tcp和蓝牙发送 特点:epoll 线程 信号-Connection device for Bluetooth, Bluetooth Test Detection of demo: around the Bluetooth, cyclic transmission of data Broadcom-bluetooth: firmware source code, and the commands for loading firmware Com:cubieboard to read data the serial port, and then sent through TCP Features: epoll Com_bt:cubieboard to read data the serial port, through the TCP and Bluetooth transmission Features: the epoll thread signal
Platform: | Size: 53248 | Author: 张文建 | Hits:

[Internet-Networksocket-server-socket-serve

Description: 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改src/base.cpp 中的MAX_CLIENT_NUM参数调整server最大服务数 修改src/base.cpp 中的CLIENT_INTERVAL参数调整client发包间隔 修改Makefile 中的DEBUG参数确定是否输出调试信息 使用方法(This is a socket server implementation and testing of various IO models. Here, a variety of models are used to implement a TCP ECHO server that returns the contents sent by echo back to client. Client sends a request per second, and server maintains concurrent connections and performs them accordingly. The model has been implemented: Base: the most primitive echo server Thread: multithreaded model Select: select model Poll: poll model Epoll: epoll model parameter Modify src/clients.sh to generate a specified number of client Modify the MAX_CLIENT_NUM parameter in src/base.cpp to adjust the maximum number of server services Modify the CLIENT_INTERVAL parameter in src/base.cpp to adjust the client contract interval Modify the DEBUG parameter in the Makefile to determine whether output debugging information is out Usage method)
Platform: | Size: 11264 | Author: JIE2012 | Hits:

[Linux-UnixtcpSocket

Description: 实现基于EPOLL的tcp服务端、客户端的封装。(EPOLL based implementation of TCP server, client package)
Platform: | Size: 4096 | Author: SGDFS | Hits:

[Otherlinux_qq

Description: 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket communication is mainly based on TCP/IP protocol. Including server and client two parts, in which the client uses the select IO multiplexing technology, the server side to monitor a number of clients, so the use of epoll IO multiplexing technology. The functions of the whole project can be registered and logged by users, add friends, send chat messages, send and receive files, etc..)
Platform: | Size: 41984 | Author: 零下10度C | Hits:

[TCP/IP stackepoll-server

Description: epoll tcp server. 适用于TCP server。C/C++ 均可适用。 可以用于TCP server服务器端的通信处理,可扩展性强。(epoll for tcp server. realized by c/c++. can be used for TCP server side handling. flexible to extend.)
Platform: | Size: 4096 | Author: shengyp0929 | Hits:

CodeBus www.codebus.net