CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - TCP handshake

搜索资源列表

  1. snifshake-1.0.0.tar

    0下载:
  2. snifshake -- proof of concept tcp handshake with spoofed packets
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2.63kb
    • 提供者:张枫
  1. TCP IP handshake

    0下载:
  2. 解释TCP/IP协议中握手的过程,规范说明-explain TCP / IP protocol handshaking process specification
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:周周
  1. SimuTcpClient

    1下载:
  2. 模拟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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-05-14
    • 文件大小:80.74kb
    • 提供者:wellphone
  1. tcp_connect

    0下载:
  2. tcp 连接工具,只建立三次握手!-tcp connection tools, only the establishment of three-way handshake!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:945byte
    • 提供者:
  1. CreatingClientServerWinsock_vb

    0下载:
  2. 這是一個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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:97.77kb
    • 提供者:周小豪
  1. TCP_three_way_handshake

    0下载:
  2. 简单讲解客户端和服务端在进行TCP连接时“三路握手”的实现过程-Briefly mention a client and server TCP connections in the " three way handshake" the realization of the process
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-26
    • 文件大小:15.83kb
    • 提供者:123
  1. scan

    0下载:
  2. 利用Conncet()TCP三次握手的扫描器小程序-The use of Conncet () TCP three-way handshake of the scanner applet
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-04
    • 文件大小:1.24mb
    • 提供者:刘文
  1. SendPacket

    0下载:
  2. UDP协议和 TCP协议的实现,实现信号传送的握手连接-UDP protocol and TCP protocol implementation, to achieve signal transmission connection handshake
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:56.63kb
    • 提供者:lishuping
  1. net2ftpbeta

    0下载:
  2. 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
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-16
    • 文件大小:4.27mb
    • 提供者:冰冰
  1. PScanner.java

    0下载:
  2. 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.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:746byte
    • 提供者:yahia kandeel
  1. chat

    0下载:
  2. 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:120.12kb
    • 提供者:ludwig
  1. TCPR

    0下载:
  2. 是一份关于TCP三次握手及会话劫持原理与实例,txt文档,有关知识的好的参考文档-Is a three-way handshake on TCP session hijacking and the principles and examples, txt documents, the knowledge of good reference document
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:16.79kb
    • 提供者:厦门人
  1. TCPIP_3_4

    0下载:
  2. TCP的3次握手和4次挥手详细图解,相当全面难得的资料。-The TCP three way handshake and waving detailed illustrations, very comprehensive and unique information.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-10-17
    • 文件大小:1.07mb
    • 提供者:汪增明
  1. TCP-Server

    0下载:
  2. C++ TCP 服务器的程序,可以进行监听,握手,发送,接收数据-C++ TCP server program listening, handshake, send, receive data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:39.47kb
    • 提供者:HalfLegend
  1. TCP

    0下载:
  2. 一个TCP握手连接发送数据的程序,简单明了,能最快的速度看懂TCP的实现基本原理。-A TCP handshake connection to send data of the program, plain and simple, the fastest speed to understand the TCP basic principle.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:4.67kb
    • 提供者:BEN
  1. smtp.tar

    0下载:
  2. TCP socket编的c/s模型,模拟tcp的三次握手 -The the TCP socket series of c/s model, simulate tcp three-way handshake
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:2.88kb
    • 提供者:zxlei
  1. Detailed-TCP.rar

    0下载:
  2. 详解TCP数据报和三次握手过程,图文解释TCP报文格式和参数作用,Detailed TCP datagram and the three-way handshake process, and graphics to explain the role of the TCP packet format and parameters
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-10-17
    • 文件大小:194kb
    • 提供者:GdutLison
  1. syn

    0下载:
  2. 基于TCP三次握手漏洞的DOS攻击的软件,代码实现方便,快捷,单线程,有兴趣同学可改为多线程,加强威力。-Based on the TCP three-way handshake the DOS attack software vulnerabilities, code convenient, fast, single-threaded, interested students could be replaced by a multi-threaded, strengthen the power
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:2.49kb
    • 提供者:zhangxiao
  1. TCP-IP-handshake

    0下载:
  2. 解释TCP/IP协议中握手的过程,规范说明-explain TCP/IP protocol handshaking process specification
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:equences
  1. _04TCP四次握手与抓包分析

    0下载:
  2. 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)
  3. 所属分类:网络编程

    • 发布日期:2017-12-30
    • 文件大小:140kb
    • 提供者:权威123
« 12 »
搜珍网 www.dssz.com