搜索资源列表
echo_server
- 这是一个我经过多次寻找验证,保证不丢数据的socket IOCP的程序。用法很简单。-This is a many times I have been looking for validation to ensure data is not lost socket IOCP procedures. Usage is very simple.
echoclient
- unix program of echo client for tcpip socket programming learning
echoserver
- unix program of echo server for tcpip socket programming learning
echoserver
- java echo server program with socket
EchoServer
- Echo server using win socket programming
lab4
- Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选
tcp_echo
- TCP echo program for socket programming
tcp_echo_select
- TCP echo select program for socket programming
udp_echo
- UDP echo programming for socket programming
echo
- 本示例为基于winsocket中AsyncSelect模型的简单的UDP回送程序。 本工程为vs2005-MFC工程,窗口用的是MFC,使用socket编写(非MFC的CSocket类)。 bin文件夹--->应用程序 src文件夹--->源代码-This example is based on winsocket AsyncSelect model in a simple UDP echo program. This works for vs2005-MFC proje
ECHO
- Windows Socket Echo 程序 包含服务器和客户端,多链接 dir get put 等功能-Windows Socket Echo program includes server and client, multi-link dir get put functions
ubuntu-socket
- linux socke编程实例:一个简单的echo服务器程序-ubuntu socket
Echo
- Server Socket tcp connection program with echo request
Socket-Programming
- In this article w ill look at how to program using sockets by implementing an echo server along with a client that we will use to send and receive string messages. I will start off by giving a quick introduction to TCP/IP fundamentals and then ex
Echo-service-using-TCP-sockets-
- Echo service using TCP sockets between two systems with socket options SO_REUSEADDR, SO_KEEPALIVE, TCP_NODELAY and SO_LINGER
5-1client-echo
- 网络编程自己设计可以完成实验已经各种不同的应用场合,可以实现cs端完成通信要求socket编程-Network programming design their own experiments have a variety of different applications can be completed, cs end to complete the communication requirements of socket programming
Socket-select
- 基于select IO复用Echo客户端服务器-Based select IO multiplexing client-server
EchoClientServer
- Simple socket echo client-server program. Client replies back the same content to the server.
socket-server-socket-serve
- 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改
ECHO
- 基于visual studio ,实现的是在客户端和服务器之间的信息传送 echo,有tcp和udp模式。(Based on visual studio, the implementation of information transfer between client and server echo, there are TCP and UDP mode.)