mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 01:16:20 -05:00
ed18152596
- At this level it takes significantly longer for the searches to complete, but there are no DOS warnings on the router. This should hopefully make users happy. * Added DhtMode() Interface call to dynamically change this rate. - Can be switched between (HIGH: 50/sec, MED: 20/sec, LOW: 5/sec & TRICKLE: 3/sec) * Disable additional Queries if PotentialPeer Queue gets too big. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-dhtmods@4703 b45a01b8-16f6-495d-af2f-9b41ad6348cc |
||
---|---|---|
.. | ||
bitdht | ||
example | ||
tests | ||
udp | ||
util | ||
libbitdht.pro | ||
mingw32make.bat | ||
README.txt |
What's in the Package --------------------------------------------------------------- bitdht - base BitDHT Code. util - generic utils for networking and threading. udp - UDP interfacing code. lib - Where the library is created. tests - basic unit tests. example - example code of how to use libbitdht. libbitdht.pro - build script for Qt's qmake. README.txt - this file. HOWTO libbitdht. ---------------------------------------------- This version is build using Qt's qmake system. 1) Install Qt's qmake system: libqt-dev 2) type ./qmake 3) type ./make 4) check out the example and tests to learn how to interface with libbitdht.