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

搜索资源列表

  1. IOCP优化过的基于UDP的P2P网络传输控件

    6下载:
  2. 一个经过IOCP优化过的基于UDP的P2P网络传输控件,只要加入对方IP和Port可自动打洞,实现P2P。可发现文字、内存流、文件。具有事件回调功能(包括发送成功,发送丢失、发送无回应(失败)、发送有应答)。-an optimization based on UDP over the P2P network transmission controls, By other IP and Port automatically burrows, and achieve P2P. Text can be
  3. 所属分类:P2P编程

    • 发布日期:2011-06-23
    • 文件大小:1952771
    • 提供者:dssz.net
  1. P2PServer(Net)

    0下载:
  2. C#写的一个对子网进行打洞发送信息的聊天程序.-A program that can send message by making hole in subnet with C#.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:20198
    • 提供者:郭卫东
  1. P2PDemo

    0下载:
  2. 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of using UDP protocol for peer-to-peer principle of dialogue
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:30083
    • 提供者:xiaoyan
  1. 基于UDP的打洞程序C++

    0下载:
  2. 确实能用的基于VC的UDP打洞程序
  3. 所属分类:P2P编程

  1. eUDPDaDong 易语言UDP打洞源码

    2下载:
  2. 易语言UDP打洞源码 注意:本例程两个客户端必须在不同的内网中,在同一个内网中可能不能通信,也没的必要,服务器端要求端口映射8000和8011端口,客户端不必映射(客户端的UDP断口是8188)当两个客户都连接上服务器时自动开始打洞,双房可以通信,也可以关了服务器或客户断开TCP连接. 现在绝大多数的NAPT是Cone NAT。本人在测试的过程中,只好使用了一台日本的Symmetric NAT。还好不是自己的买的,我从不买日货, 希望看这篇文章的朋友也自觉的不要购买日本的东西
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-21
    • 文件大小:5665
    • 提供者:韦瀚斌
  1. P2P.rar

    1下载:
  2. P2P协议源码。使用UDP打洞技术来构建位于不同内网的两台电脑的连接。,Source of P2P protocol. Utilize UDP holes to establish connection between 2 hosts which are located in different internal network.
  3. 所属分类:P2P

    • 发布日期:2017-03-24
    • 文件大小:16795
    • 提供者:Leon
  1. makingholes.rar

    0下载:
  2. 代码实现了udp和tcp在局域网中打洞穿透防火墙的技术,包含原理说明文档,Udp and tcp code implements making holes on the firewall in LAN technology, with the principles of documentation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1442740
    • 提供者:王成君
  1. UDP-NAT

    0下载:
  2. UDP穿NAT打洞,在两个NAT编译已经通过-UDP wear holes NAT, NAT compiled in two has passed
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-17
    • 文件大小:5119114
    • 提供者:陈辰
  1. UDPP2P

    0下载:
  2. UDPP2P打洞代码加有心跳包维持客户端存在-UDPP2P punching code and a heartbeat packet to maintain existing client
  3. 所属分类:P2P

    • 发布日期:2017-03-26
    • 文件大小:94580
    • 提供者:yc
  1. P2PDemo

    0下载:
  2. 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of the use of UDP protocol P2P holes dialogue principle demon
  3. 所属分类:P2P

    • 发布日期:2017-03-28
    • 文件大小:31183
    • 提供者:guosh
  1. NATP2PDllTest

    0下载:
  2. 实现了内网与内网之间的P2P穿越,打洞实现-Achieved within the network and between the P2P network through, holes to achieve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:24497
    • 提供者:陈毛毛
  1. p2pati-win

    0下载:
  2. P2P实现对等文件传输, 支持NAT打洞技术。-Realize P2P peer-to-peer file transfer, support for NAT holes technology.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:709552
    • 提供者:liy
  1. tcpnat

    0下载:
  2. p2p之tcp打洞技术,可以实现tcp穿越nat的技术-tcp holes of p2p technology, can be achieved through nat technology tcp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:84500
    • 提供者:xu
  1. UDP-NAT

    0下载:
  2. P2P udp协议打洞简单讲解文章与源码,代码易懂-P2P udp protocol simple holes on the article and source code, code easy to understand
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:28155
    • 提供者:Beeld
  1. TCP

    0下载:
  2. TCP 打洞实例程序 C++编写 有很高的参考价值-TCP NAT
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:165426
    • 提供者:cygnus
  1. MakeTCPHole

    0下载:
  2. P2P打洞 穿透NAT 制作聊天软件基础 适合中级程序爱好者-Holes through NAT P2P chat software based production process for intermediate lovers
  3. 所属分类:P2P

    • 发布日期:2017-05-29
    • 文件大小:12125794
    • 提供者:伍永超
  1. p2p_Puch_Hole

    0下载:
  2. P2P打洞方法,源代码很好用。本人调试通过。-P2P hole method, the source code useful. I debug through.
  3. 所属分类:P2P

    • 发布日期:2017-03-27
    • 文件大小:86351
    • 提供者:范文一
  1. UDP

    0下载:
  2. C# UPD打洞技术 P2P通信 P2P聊天
  3. 所属分类:P2P

    • 发布日期:2017-03-29
    • 文件大小:2344
    • 提供者:Sandy
  1. P2PDemo

    0下载:
  2. 本示例是用c++开发的p2p通信示例,采用的是UDP打洞技术(point to point comunication)
  3. 所属分类:网络编程

    • 发布日期:2017-12-23
    • 文件大小:9584640
    • 提供者:小钱钱
  1. 03_对称NAT猜测打洞_wei-apan-v10

    0下载:
  2. nat打洞教程,讲解实现原理以及方案。包括了4种NAT类型的打洞过程。带插图。 是英文版的。(Nat hole tutorial, to explain the principles and solutions. Including 4 types of NAT hole making process. With illustrations. It's in english.)
  3. 所属分类:P2P编程

    • 发布日期:2017-12-31
    • 文件大小:632832
    • 提供者:轻风love
« 12 3 4 5 »
搜珍网 www.dssz.com