搜索资源列表
718
- 实现tcp/IP三次握手过程,比较精彩,分成客户端和服务端-tcp / IP handshake process three times more brilliant, divided into client and server
socket_tcp_server_client
- c#写的socket程序,使用tcp协议实现三次握手机制,服务端程序和客户程序实现可靠连接,实现对话.-write c # socket, the use of three tcp protocol handshake mechanism server and the client program reliable connectivity to achieve dialogue.
snifshake-1.0.0.tar
- snifshake -- proof of concept tcp handshake with spoofed packets
tcp IP handshake
- 解释tcp/IP协议中握手的过程,规范说明-explain tcp / IP protocol handshaking process specification
SimutcpClient
- 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using winpcap development in a multi-t
linux-chat-tcp
- linux下的聊天程序,使用tcp三次握手-chat program under linux, using the tcp three-way handshake
tcp_connect
- tcp 连接工具,只建立三次握手!-tcp connection tools, only the establishment of three-way handshake!
CreatingClientServerWinsock_vb
- 這是一個client/server multi-threaded socket class.這個源代碼可利用tcp/IP或是UDP進行資料的交握-This is a client/server multi-threaded socket class. The source code can make use of tcp/IP or UDP data of handshake
tcp_three_way_handshake
- 简单讲解客户端和服务端在进行tcp连接时“三路握手”的实现过程-Briefly mention a client and server tcp connections in the " three way handshake" the realization of the process
tcp_server
- linux网络socket,tcp三路握手:accept,lisent-linux network socket, three-way handshake: accept, lisent .....
net2ftpbeta
- FTP协议是一种基于tcp/IP的文件传输协议,用来在网络中进行文件传输。FTP是tcp/IP的一种具体应用,它工作在OSI模型的第七层,tcp模型的第四层上,即应用层,使用tcp传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on tcp/IP file transfer protocol that is used in th
PScanner.java
- Simple Port Scanner by Java ,, It performs a full tcp three way handshake and open a connection to the target. It was designed using Multi Threading.
tcp-Server
- C++ tcp 服务器的程序,可以进行监听,握手,发送,接收数据-C++ tcp server program listening, handshake, send, receive data
tcp
- 一个tcp握手连接发送数据的程序,简单明了,能最快的速度看懂tcp的实现基本原理。-A tcp handshake connection to send data of the program, plain and simple, the fastest speed to understand the tcp basic principle.
handshake
- 在WINDOWS环境下,用c语言模拟tcp中handshake代码-The handshake code simulation in tcp
Detailed-tcp.rar
- 详解tcp数据报和三次握手过程,图文解释tcp报文格式和参数作用,Detailed tcp datagram and the three-way handshake process, and graphics to explain the role of the tcp packet format and parameters
tcp-IP-handshake
- 解释tcp/IP协议中握手的过程,规范说明-explain tcp/IP protocol handshaking process specification
tcp-TIMEOUT
- 介绍了tcp/IP协议的三次握手,并且解释了传输超时系统的设置。-This paper introduces the three-way handshake tcp/IP protocol, and explains the transmission timeout system Settings.
_04tcp四次握手与抓包分析
- tcp捂手分析过程,详细说明了tcp 3次握手 4 次分手的所有过程。。。适合初学(tcp cover hand analysis process, detailing the tcp 3 handshake, the 4 break up of all the process... Suitable for beginners)
tcpServerClient
- 包含三个类,tcpServer.cs 这个类是tcp服务端,tcpClient.cs这个类是tcp客户端,tcpServerClient.cs 这个类是服务端连接的客户端对象,自带握手校验功能,异常连接在指定时间内被关闭(Contains three classes, the tcpServer.cs class is a tcp server, the tcpClient.cs class is a tcp client, the tcpServerClient.cs class is con