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

搜索资源列表

  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编程

    • 发布日期:2008-10-13
    • 文件大小:32217
    • 提供者:3Q
  1. H323PHONE

    0下载:
  2. 具有Citron NAT穿透的H.323 PHONE -with Citron NAT Traversal of H.323 PHONE
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1262253
    • 提供者:thunder
  1. AgileIM[1]

    3下载:
  2. AgileIM 是一款类似QQ、MSN的聊天软件,这个软件却是我“无意插柳”的结果,AgileIM 的“前身”原本只是为了测试我的通信框架ESFramework的通信能力,没想到,做了两个星期后则个用于测试的小软件居然有点模样了,AgileIM 如今已经支持的主要功能: (1)文字聊天 (2)文件传输 (3)视频/音频聊天 (4)基于Udp的NAT/NAPT 穿透 IM类型的软件所需要的框架的能力大致也在这里了,现在把AgileIM的源码开放,希望能对后来者有些许帮助
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:777787
    • 提供者:王懿璞
  1. Nat-traverse-source

    0下载:
  2. P2P穿越防火墙 代码 ,作为P2P开发中的配套代码.-P2P Firewall traversal code, P2P development as the matching code. xxxxxxxxxxxxxxxxxxxxxxxxxx
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:289747
    • 提供者:tommy
  1. natblaster

    0下载:
  2. nat blaster,测试nat的连通性能.-nat blaster, tests nat to connect the performance
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:48331
    • 提供者:zhaohong825
  1. mmzmagic_PeerToPeer

    2下载:
  2. 本程序为一个真正点对点通讯示范程序:) 实现内网到内网的直接连接(QQ用的技术) 使用Delphi实现。在网上未看到类似的程序,特此发布提供喜欢的朋友参考。 通过UDP来实现穿透NAT的点对点通讯。 >>原定 程序设置一个共享目录里边所有文件都可供别人多点下载(类似BT) 独立服务端 负责消息中转、用户登陆 客户端从服务端获取用户列表 然后直连各个用户 以实现 聊天 语音 视屏 文件传输等可能的一切服务 >>>结果 由于工作太忙
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:1282760
    • 提供者:郑敏福
  1. WindowsNetAndConmunicationDesign

    0下载:
  2. 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Window
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:486513
    • 提供者:王勇
  1. p2ptalk

    0下载:
  2. 介绍网络通讯的文章很多,但他们的代码大都没有解决地址转化问题,本程序可以穿越NAT进行网络通讯.-on network communications are many articles, but most of their code into address unresolved issues, The procedure to pass through the NAT for network communications.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:15961
    • 提供者:龚希鹏
  1. UDP_NAT

    0下载:
  2. udp nat穿透 对于研究nat穿透 p2p来说是一个不错的例子-udp nat penetrating research nat p2p penetration is a good example
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:94864
    • 提供者:literal
  1. UDPsocket5

    0下载:
  2. udp穿透SOCK5协议,穿透NAT,相信对大家有些用处-udp penetrating SOCK5 agreement, NAT penetration, we believe that the usefulness of some
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8261
    • 提供者:高闻言
  1. ANtsP2P_beta1.5.6_p0.9.3_src_nb

    0下载:
  2. ANts P2P realizes a third generation P2P net. It protects your privacy while you are connected and makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others. Features Open Source
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:7742358
    • 提供者:谭朋柳
  1. p2p(UDPpassNAT)

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现(附源代码)。用源代码来说明UDP穿越NAT的原理。这是一个不错的用于研究P2P原理程序。 -P2P UDP penetrate NAT's Theory and Implementation (source code). With the source code to illustrate the UDP Through NAT principle. This is a good principle for the study of P2P
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:31456
    • 提供者:Arnold
  1. 200612.1

    0下载:
  2. P2P穿透NAT的一次探讨和局部实现,希望有兴趣的同志可以在此基础上真正实现peertopeer!-P2P NAT a penetrating exploration and partial realization, hope that the comrades are interested in the real basis of this realization peertopeer!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:17292
    • 提供者:叶盼盼
  1. NAT_TCP_FireWall

    0下载:
  2. TCP穿透NAT。本文将TCP穿透NAT的过程封装了。-TCP penetrate NAT. This paper will penetrate NAT TCP Packaging of the process.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:312580
    • 提供者:程晔儿
  1. botnet-1[1].6.3.tar

    0下载:
  2. 这种NAT内部的机器A连接过外网机器C后,NAT会打开一个端口.然后外网的任何发到这个打开的端口的UDP数据报都可以到达A.不管是不是C发过来的-such NAT internal machinery A connecting machines over external networks C, NAT will open a port. Then external networks to any of the open ports of UDP datagrams can be reached
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:160021
    • 提供者:w188w188
  1. P2PandNAT

    0下载:
  2. 这是实现用UDP穿越NAT的原理一个源代码,对于这方面感兴趣的程序员来说,绝对是有错过不放过。-It is the use of UDP Through NAT one of the tenets of the source code, In this regard interested programmers, it is definitely a missing left off.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:38441
    • 提供者:旺财
  1. p2pnat

    0下载:
  2. P2P 穿透NAT的源程序,支持文字聊天、传文件等功能,对对刚开始接触P2P编程的人员有参考价值!-P2P penetration NAT source, text chat support, the traditional paper and other functions, right right just been in contact with the staff of P2P programming reference value!
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:594225
    • 提供者:hexb
  1. stun_vovida-v1.0

    0下载:
  2. stun client的完整实现,用于对称式NAT的网络穿越。供大家参考!-stun client to achieve the integrity, symmetric NAT for the network through. For your reference!
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:54771
    • 提供者:吴运明
  1. P2P_UDP_NATsourcecode

    0下载:
  2. 与P2P有关的UDP穿越NAT的原理及实现工程源代码-P2P and the UDP Through NAT principle and the realization of the project source code
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:29528
    • 提供者:张真
  1. ResearchonMethodofGoingThroughNAT

    0下载:
  2. 文中主要介绍了NAT技术,以及初步探讨了如何穿透NAT代理服务器的方法-text introduces the NAT technology, and discussed ways to penetrate NAT proxy server approach
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:246845
    • 提供者:杨于
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 35 »
搜珍网 www.dssz.com