mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-11 04:18:34 -05:00
![drbob](/assets/img/avatar_default.png)
* Added maximum msg limits (20, 50, 100 msgs per sec). 50 = default. * Priority send out pings, with 10% queries. * switched bdquery list in bdnode to use pointers... so peers can be easily reordered (queue for queries). * Add all find peers, once dht initialised. * Added reset if FINDSELF fails. (don't know if this is a good idea!) * simplified DHT printouts. verbose versions are enabled with debug. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3686 b45a01b8-16f6-495d-af2f-9b41ad6348cc
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.