搜索资源列表
2004-06-09_TDISources
- 一个关于TDI的例子,包括TCP test ,TCP echo等,以及简单API-an example of TDI, including TCP test, TCP echo, as well as a simple API
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
echo_TCP
- echo基于tcp的客户端.很基础,适合初学者-echo-based client tcp. very basic, suitable for beginners
tcpecho
- tcp echo server 與 client 可以做 tcp 簡單的溝通-tcp echo server and client can do a simple tcp communication
TCP_echo
- simple TCP echo. run server in background, then run the client. type sumting in client, and then server will echo it.
tcp_echo
- TCP echo program for socket programming
tcp_echo_select
- TCP echo select program for socket programming
SverTCP
- TCP单播通信,TCP回显服务器,将收到的客户端信息发送客户端,同时能在同客户端建立连接后显示客户端地址信息和当前连接数。-TCP unicast, TCP echo server, the client will receive information on sending client, while the client can establish a connection with the client address information after the show and the
echoserv
- This program demonstrates a simple TCP/IP server. It will accept a connection from a client application, receive one line of text, echo that line back to the client and close the connection.
TCP-Echo
- 用TCP协议写的一个ECHO的客户端和服务器程序(内容makeifle,可运行)-Written agreement with an ECHO TCP client and server (content makeifle, can run)
client
- UDP Echo 客户端程序,比TCP 客户端简单,传输也更简单。-UDP echo client program, easier than the TCP echo client, the transmission is much easier.
01.TCP-Echo
- linux 2.6内核下的Tcp/ip服务器端-base on linux 2.6 kernel,and is a server of Tco/ip
TCP-CLIENT1
- THIS PROGRAM IS BASED ON TCP ECHO CLIENT
tcp
- 一个TCP回显服务器,将收到的客户端信息发送给客户端,同时能在同客户端建立连接后显示客户端地址信息和当前连接数。-A TCP echo server, the client will receive information sent to the client while the client address information and the current number of connections with the client to establish a connection.
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
TCPecho
- TCP Echo client server in java
tcp-echo
- tcp服务器的服务器程序,实现客户端与服务器的通信-tcp server to make communications
01.TCP-Echo
- linux 2.6内核下的Tcp/ip服务器端-base on linux 2.6 kernel,and is a server of Tco/ip
TCP-CLIENT1
- THIS PROGRAM IS BASED ON TCP ECHO CLIENT
tcp echo server
- Tcp echo server to keeps track of the number of connections.