mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
f876dcb93b
* heisenbug fixed. msgout_find_node was inside debugging #defs. * fixed ReplyFindNode and ReplyQueryHash counters for stats. * added Node Space size() functions. * added FINDSELF mode. 60 secs to search for own hash. * incremental addition of search ids. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3326 b45a01b8-16f6-495d-af2f-9b41ad6348cc |
||
---|---|---|
.. | ||
bdboot.txt | ||
bdhash.cc | ||
bdhash.h | ||
bdiface.h | ||
bdmanager.cc | ||
bdmanager.h | ||
bdmsgs.cc | ||
bdmsgs.h | ||
bdnode.cc | ||
bdnode.h | ||
bdobj.cc | ||
bdobj.h | ||
bdpeer.cc | ||
bdpeer.h | ||
bdquery.cc | ||
bdquery.h | ||
bdstddht.cc | ||
bdstddht.h | ||
bdstore.cc | ||
bdstore.h | ||
bencode.c | ||
bencode.h | ||
Makefile | ||
README.txt |
BitDHT Notes ================================================================== Compiling ------------------------------------------------------------------ Should compile on POSIX platforms. Testing ------------------------------------------------------------------ Run the program: udpbitdht_nettest to see the This requires an up-to-date list of dht peers (in bdboot.txt) Using BitDHT ------------------------------------------------------------------ Use udpbitdht_nettest.cc as an example.