搜索资源列表
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
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.
portscan
- 实现一个扫描器,必须能够完成以下所有功能:使用TCP connect、TCP SYN和TCP FIN进行端口扫描,使用ICMP echo扫描实现IP扫描。并把扫描得到的结果记录下来-To achieve a scanner, you must be able to complete all of the following features: the use of TCP connect, TCP SYN and TCP FIN to conduct port scanning, the use
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
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
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.