搜索资源列表
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