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

搜索资源列表

  1. 718

    1下载:
  2. 实现TCP/IP三次握手过程,比较精彩,分成客户端和服务端-TCP / IP handshake process three times more brilliant, divided into client and server
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:42.44kb
    • 提供者:何俊休
  1. socket_tcp_server_client

    0下载:
  2. c#写的socket程序,使用tcp协议实现三次握手机制,服务端程序和客户程序实现可靠连接,实现对话.-write c # socket, the use of three tcp protocol handshake mechanism server and the client program reliable connectivity to achieve dialogue.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:51.02kb
    • 提供者:zwj1680
  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. linux-chat-tcp

    0下载:
  2. linux下的聊天程序,使用TCP三次握手-chat program under linux, using the TCP three-way handshake
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2.37kb
    • 提供者:梁涛
  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. tcp_server

    0下载:
  2. linux网络socket,tcp三路握手:accept,lisent-linux network socket, three-way handshake: accept, lisent .....
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:894byte
    • 提供者:ly
  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. 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. handshake

    0下载:
  2. 在WINDOWS环境下,用c语言模拟TCP中HANDSHAKE代码-The HANDSHAKE code simulation in TCP
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:1.2kb
    • 提供者:peterkad
  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. TCP-IP-handshake

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

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:equences
  1. TCP-TIMEOUT

    0下载:
  2. 介绍了TCP/IP协议的三次握手,并且解释了传输超时系统的设置。-This paper introduces the three-way handshake TCP/IP protocol, and explains the transmission timeout system Settings.
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:46.57kb
    • 提供者:杨洋
  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
  1. TcpServerClient

    0下载:
  2. 包含三个类,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
  3. 所属分类:C#编程

    • 发布日期:2017-12-29
    • 文件大小:7kb
    • 提供者:小唐Bininc
« 12 »
搜珍网 www.dssz.com