RetroShare/libbitdht/src/bitdht
drbob f876dcb93b General Bugfixes from RS integration.
* 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
2010-08-01 18:19:27 +00:00
..
bdboot.txt Addition of libbitdht. 2010-07-10 11:48:24 +00:00
bdhash.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdhash.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdiface.h General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdmanager.cc General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdmanager.h General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdmsgs.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdmsgs.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdnode.cc General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdnode.h General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdobj.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdobj.h Addition of libbitdht. 2010-07-10 11:48:24 +00:00
bdpeer.cc General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdpeer.h General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdquery.cc General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdquery.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdstddht.cc First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bdstddht.h General Bugfixes from RS integration. 2010-08-01 18:19:27 +00:00
bdstore.cc * changed inet_aton into bdnet_inet_aton for windows compatibility 2010-07-18 21:22:59 +00:00
bdstore.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bencode.c First pass for windows compilation: 2010-07-18 16:28:51 +00:00
bencode.h Addition of libbitdht. 2010-07-10 11:48:24 +00:00
Makefile Addition of libbitdht. 2010-07-10 11:48:24 +00:00
README.txt Addition of libbitdht. 2010-07-10 11:48:24 +00:00

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.