我正在寻找在c++中完整的kademlia分布式哈希表实现?我尝试过bitdht,它没有很好的文档,甚至还没有完全实现。另外,maidsafe-dht太复杂了。除了上面提到的那些之外,还有没有人可以参考其他实现?
发布于 2015-07-13 09:42:11
你知道libtorrent吗?它是C++中的开源库。http://www.libtorrent.org/
https://stackoverflow.com/questions/23474206
相似问题