文件名称:KadC
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 498kb
- 下载次数:
- 0次
- 提 供 者:
- lib***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres.
在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on
the XOR metric》。
简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他DHT 实现技术比较,如
Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一种
全新的DHT拓扑结构,相比于其他算法,大大提高了路由查询速度。
在2005 年5 月著名的BiTtorrent 在4.1.0 版实现基于Kademlia 协议的DHT 技术后,
很快国内的BitComet 和BitSpirit 也实现了和BitTorrent 兼容的DHT 技术,实现
trackerless下载方式。
另外,emule 中也很早就实现了基于Kademlia类似的技术(BT中叫DHT,emule中也叫
Kad,注意和本文简称的Kad 区别),和BT 软件使用的Kad 技术的区别在于key、value 和
node ID 的计算方法不同。-We describe a peer-to-peer system which has provable
consistency and performance in a fault-prone
environment. Our system routes queries and locates
nodes using a novel XOR-based metric topology that
simplifies the algorithm and facilitates our proof.
The topology has the property that every message
exchanged conveys or reinforces useful contact information.
The system exploits this information to
send parallel, asynchronous query messages that tolerate
node failures without imposing timeout delays
on users.
在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on
the XOR metric》。
简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他DHT 实现技术比较,如
Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一种
全新的DHT拓扑结构,相比于其他算法,大大提高了路由查询速度。
在2005 年5 月著名的BiTtorrent 在4.1.0 版实现基于Kademlia 协议的DHT 技术后,
很快国内的BitComet 和BitSpirit 也实现了和BitTorrent 兼容的DHT 技术,实现
trackerless下载方式。
另外,emule 中也很早就实现了基于Kademlia类似的技术(BT中叫DHT,emule中也叫
Kad,注意和本文简称的Kad 区别),和BT 软件使用的Kad 技术的区别在于key、value 和
node ID 的计算方法不同。-We describe a peer-to-peer system which has provable
consistency and performance in a fault-prone
environment. Our system routes queries and locates
nodes using a novel XOR-based metric topology that
simplifies the algorithm and facilitates our proof.
The topology has the property that every message
exchanged conveys or reinforces useful contact information.
The system exploits this information to
send parallel, asynchronous query messages that tolerate
node failures without imposing timeout delays
on users.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
复件 KadC
.........\bufio.c
.........\bufio.h
.........\Debug_pthreads.c
.........\Debug_pthreads.h
.........\dns.c
.........\dns.h
.........\doc
.........\...\broken_clients.txt
.........\...\CHANGES.txt
.........\...\KadC.txt
.........\...\namecache.txt
.........\...\Quickstart.txt
.........\...\README.txt
.........\...\tinyconfig.txt
.........\...\TODO.txt
.........\droppriv.c
.........\droppriv.h
.........\eMuleKAD.c
.........\eMuleKAD.h
.........\external_libs
.........\.............\win32
.........\.............\.....\libpthreadGC.a
.........\.............\.....\mgwz.dll
.........\.............\.....\pthread.h
.........\.............\.....\pthreadGC.dll
.........\.............\.....\README.txt
.........\.............\.....\sched.h
.........\gmon.out
.........\gprof.txt
.........\headers
.........\inifiles.c
.........\inifiles.h
.........\int128.c
.........\int128.h
.........\kadc.ini
.........\KadCalloc.c
.........\KadCalloc.h
.........\KadCapi.c
.........\KadCapi.h
.........\KadClog.c
.........\KadClog.h
.........\KadCmeta.c
.........\KadCmeta.h
.........\KadCmodule.py
.........\kadcmy.ini
.........\KadCparser.c
.........\KadCparser.h
.........\KadCrouting.c
.........\KadCrouting.h
.........\KadCthread.c
.........\KadCthread.h
.........\LICENSE
.........\.......\COPYING.txt
.........\main
.........\....\callback.c
.........\....\contact.dat
.........\....\contact_dat.c
.........\....\contact_dat.txt
.........\....\hashtablemain.c
.........\....\inet_netoa_rtest.c
.........\....\int128main.c
.........\....\KadCcbmain.c
.........\....\KadCmain.c
.........\....\KadCmetamain.c
.........\....\KadCparsermain.c
.........\....\logtable.c
.........\....\MD4main.c
.........\....\millisleepmain.c
.........\....\namecachemain.c
.........\....\netmain.c
.........\....\nodes-a.txt
.........\....\nodes.dat
.........\....\nodes.txt
.........\....\nodes1.txt
.........\....\nodes_dat.c
.........\....\overnet_bootreply.txt
.........\....\preferencesK.dat
.........\....\pthreadutilsmain.c
.........\....\queue1main.c
.........\....\queuemain.c
.........\....\rbtmain.c
.........\....\TestAllocmain.c
.........\....\timersmain.c
.........\....\tsmain.c
.........\....\user2uidmain.c
.........\....\web_contact.dat
.........\Makefile
.........\MD4.c
.........\MD4.h
.........\millisleep.c
.........\millisleep.h
.........\net.c
.........\net.h
.........\opcodes.h
.........\overnet.c
.........\overnet.h
.........\overnetexports.h
.........\pthreadutils.c
.........\pthreadutils.h
.........\bufio.c
.........\bufio.h
.........\Debug_pthreads.c
.........\Debug_pthreads.h
.........\dns.c
.........\dns.h
.........\doc
.........\...\broken_clients.txt
.........\...\CHANGES.txt
.........\...\KadC.txt
.........\...\namecache.txt
.........\...\Quickstart.txt
.........\...\README.txt
.........\...\tinyconfig.txt
.........\...\TODO.txt
.........\droppriv.c
.........\droppriv.h
.........\eMuleKAD.c
.........\eMuleKAD.h
.........\external_libs
.........\.............\win32
.........\.............\.....\libpthreadGC.a
.........\.............\.....\mgwz.dll
.........\.............\.....\pthread.h
.........\.............\.....\pthreadGC.dll
.........\.............\.....\README.txt
.........\.............\.....\sched.h
.........\gmon.out
.........\gprof.txt
.........\headers
.........\inifiles.c
.........\inifiles.h
.........\int128.c
.........\int128.h
.........\kadc.ini
.........\KadCalloc.c
.........\KadCalloc.h
.........\KadCapi.c
.........\KadCapi.h
.........\KadClog.c
.........\KadClog.h
.........\KadCmeta.c
.........\KadCmeta.h
.........\KadCmodule.py
.........\kadcmy.ini
.........\KadCparser.c
.........\KadCparser.h
.........\KadCrouting.c
.........\KadCrouting.h
.........\KadCthread.c
.........\KadCthread.h
.........\LICENSE
.........\.......\COPYING.txt
.........\main
.........\....\callback.c
.........\....\contact.dat
.........\....\contact_dat.c
.........\....\contact_dat.txt
.........\....\hashtablemain.c
.........\....\inet_netoa_rtest.c
.........\....\int128main.c
.........\....\KadCcbmain.c
.........\....\KadCmain.c
.........\....\KadCmetamain.c
.........\....\KadCparsermain.c
.........\....\logtable.c
.........\....\MD4main.c
.........\....\millisleepmain.c
.........\....\namecachemain.c
.........\....\netmain.c
.........\....\nodes-a.txt
.........\....\nodes.dat
.........\....\nodes.txt
.........\....\nodes1.txt
.........\....\nodes_dat.c
.........\....\overnet_bootreply.txt
.........\....\preferencesK.dat
.........\....\pthreadutilsmain.c
.........\....\queue1main.c
.........\....\queuemain.c
.........\....\rbtmain.c
.........\....\TestAllocmain.c
.........\....\timersmain.c
.........\....\tsmain.c
.........\....\user2uidmain.c
.........\....\web_contact.dat
.........\Makefile
.........\MD4.c
.........\MD4.h
.........\millisleep.c
.........\millisleep.h
.........\net.c
.........\net.h
.........\opcodes.h
.........\overnet.c
.........\overnet.h
.........\overnetexports.h
.........\pthreadutils.c
.........\pthreadutils.h