搜索资源列表
iocp
- 这是一个用完成端口(IO Completion port)写的echo server,运行iocp.exe后,在控制台使用 telnet 127.0.0.1 7 就可以连接上,然后你输入什么屏幕就显示什么。-This a complete port with (IO Completion port) was the echo server, running iocp.exe after the console using telnet 127.0.0.1 7 can be connected t
IP
- DOS改IP计算机名 @echo off color 1A del /A /Q /F *.reg cls REM 设置部分 ::网段设置 set IPDATA1=10.128.19. set IPDATA2=10.128.18. ::计算机名前面部分 set NAMEDATA=DY ::下面不需要设置 set X=240 set a=0 set aa=00 ::网关 set gateway=10.128.19.254 ::
fanoutserver
- Fan-Out Server Ver X.01.00 by Ted B Rybicki Echo Server console Application that uses the MS windows I/O Completion Port scheme with overlapped I/O model. The I/O Completion Port is the most difficult to implement, but it has considerable a
server
- A simple but working echo server useful for testing socket code.-A simple but working echo server useful for testing socket code.
client
- a simple but working echo client. Useful for testing socket server code.
echo-692-revelation84
- thread server/client pro.
tcpecho
- tcp echo server 與 client 可以做 tcp 簡單的溝通-tcp echo server and client can do a simple tcp communication
EchoServer
- Echo server using win socket programming
UDP_ECHO
- udp echo server and client use them they r working fine
Client_Server
- C client server echo server winsock2
EchoSvr
- ECHO服务器实例源代码、支持并发多线程服务器-ECHO server source code examples to support concurrent multi-threaded server
echo_1
- 客户端创建10个线程,每个线程向echo服务器发送10条信息,每条信息间隔1秒。-The client created 10 threads, each sending 10 to the echo server information, each interval of 1 second.
duoxianchengfuwuqi
- 多线程服务器实现回显功能,包含一个客户端程序一个服务器端程序。在linux下开启服务器程序可以对多个客户端服务。-Echo multi-threaded server implementation features, including a client program of a server-side program. Under the linux server program can open multiple client services.
Socket-TCP-Echo
- TCP 协议基础教学代码,一个server 一个 client,client从txt文件里面摘取名人名言语句发给server-Basic teaching code of the TCP protocol, a server an the client, the client from the txt file to the removal of celebrities famous statement distributed server
Windows-communication-platform
- 相当优秀的windows for sdk;可以运行在windows所有版本上,实现与ios、linux、web、android等平台的通话,开放了源码,在/src文件夹下,有服务器端跟客户端的;API接口说明在/doc文件夹下, 可以参考进行二次开发。支持1080P高清,P2P传输,完美无回声问题。-Quite outstanding of windows for sdk running on windows all version with ios, linux, web, and
tcpecho
- tcpip echo server source
tcp echo server
- Tcp echo server to keeps track of the number of connections.
sertsentcomwunication
- TCP unicast communication, TCP echo server, receive client information sent to the client
echo
- 客户端服务器端传输字符,两者能够相互通信(Client server side transfer characters, both of which can communicate with each other)
代码
- 完成一个简单的回射服务器程序,包括服务器和客户端两部分,将实现以下功能: 1.客户端与服务器通过发送和接收报文进行通信; 2.服务器和客户端最高支持60000个并发连接; 3.报文长度设置为可变长度,以便进行压力测试; 4.本实验完成了EPOLL单线程事件驱动版本,并基于EPOLL服务器架构编写压力发生器,测试了服务器在不同并发条件下的性能(Complete a simple server program, including the server