搜索资源列表

  1. udp-nat

    0下载:
  2. P2P之UDP穿透NAT的原理与实现,包括客户端和服务端,以及相关技术文档-P2P UDP penetrate NAT's Theory and Implementation, including the client and server, and the relevant technical documentation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:35600
    • 提供者:张梁
  1. Nat-traverse-source

    0下载:
  2. NAT打洞,原理和源代码 P2P之UDP穿透NAT的原理与实现(附源代码)-NAT burrows, and the principle and source code P2P UDP penetrate NAT's Theory and Implementation (source code)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:289434
    • 提供者:guhq
  1. p2p

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现(附源代码) 原创:shootingstars 参考:http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt baidu 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。 首先先介绍一些基本概
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:35878
    • 提供者:little3388
  1. P2P

    0下载:
  2. 关于UDP穿透NAT的中文资料在网络上是很少的,仅有<<P2P之UDP穿透NAT的原理与实现(shootingstars)>>这篇文章有实际的参考价值。本人近两年来也一直从事P2P方面的开发工作,比较有代表性的是个人开发的BitTorrent下载软件 - FlashBT(变态快车). 对P2P下载或者P2P的开发感兴趣的朋友可以访问软件的官方主页: http://www.hwysoft.com/chs/ 下载看看
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23015
    • 提供者:石富旬
  1. P2P

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现(附源代码)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:32961
    • 提供者:c_xinhui
  1. P2P

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现 详细说明了UDP穿越NAT
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29098
    • 提供者:周润生
  1. P2P

    1下载:
  2. P2P 之 UDP穿透NAT的原理与实现,包括了客户端和服务器端,在VC6,xp_sp2下编译测试通过。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:23722
    • 提供者:3.14159
  1. P2P之UDP穿透NAT的原理与实现

    1下载:
  2. 一个采用Winsock实现P2P的例子,可以帮助了解P2P的原理。-using a peer-to-peer Winsock example, can help us understand the tenets of P2P.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:60658
    • 提供者:潘伟琛
  1. P2P-NAT

    0下载:
  2. 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。在这里我就用自己实现的一个VC源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Here, I used on
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30568
    • 提供者:何智峰
  1. P2P源代码

    0下载:
  2. 这是关于UDP穿透NAT的P2P源代码,运行环境是VC++6.0-on UDP penetrate NAT P2P source code, the environment of VC 6.0
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-09-21
    • 文件大小:28672
    • 提供者:lxr
  1. NATSolutions

    0下载:
  2. 很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source imple
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-09-21
    • 文件大小:17408
    • 提供者:李大卫
  1. P2PServer.c

    0下载:
  2. 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Oh, I am here
  3. 所属分类:P2P编程

    • 发布日期:2024-09-21
    • 文件大小:4096
    • 提供者:吴花
  1. liubingP2P

    0下载:
  2. 用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来
  3. 所属分类:P2P编程

    • 发布日期:2024-09-21
    • 文件大小:31744
    • 提供者:刘冰
  1. P2PUDP

    0下载:
  2. UDP穿越NAT的原理和源代码,我用自己实现的一个源代码来说明UDP穿越NAT的原理和源代码供大家参考-the principle and source code, I used one of their own to achieve the source code to illustrate UDP Through NAT principle and the source code for your consideration
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-09-21
    • 文件大小:75776
    • 提供者:王和
  1. p2pxiazai

    0下载:
  2. ^_^, 这本来就是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧... 本程序来自互连网,请不要用于商业用途,如涉及版权问题,以我无关。-^ _ ^, it was a very simple procedure network, for just a
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-09-21
    • 文件大小:28672
    • 提供者:
  1. p2p_source_code

    0下载:
  2. 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理-regular forum for the discussion of P2P principle, but the discussion under discussion, Few things have real (source code). Oh, I am here on their
  3. 所属分类:其他小程序

    • 发布日期:2024-09-21
    • 文件大小:30720
    • 提供者:wangning
  1. tcp-udp-nat

    0下载:
  2. 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。-regular forum for the discussion of P2P principle, but the discussion under discussion, Few things have real (source code).
  3. 所属分类:P2P编程

    • 发布日期:2024-09-21
    • 文件大小:31744
    • 提供者:3Q
  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-
  3. 所属分类:P2P编程

    • 发布日期:2024-09-21
    • 文件大小:29696
    • 提供者:xiaoyan
  1. P2P_VB

    0下载:
  2. P2P点对点传输,简单却实现了大部分P2P功能,包括检索Seed,优先级分配,名称List,可UDP穿越NAT-P2P point-to-point transmission, has achieved a simple majority of peer-to-peer functionality, including search Seed, Priority allocation name List, UDP Through NAT
  3. 所属分类:P2P编程

    • 发布日期:2024-09-21
    • 文件大小:59392
    • 提供者:王伟
  1. udp-over-p2pclient

    0下载:
  2. peer-to-peer 客户端,实现udp穿越nat-peer-to-peer client, udp achieved through nat
  3. 所属分类:C#编程

    • 发布日期:2024-09-21
    • 文件大小:34816
    • 提供者:czw
« 1 2 34 5 6 7 8 9 »

源码中国 www.ymcn.org