mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
enabled dht, and tweaked some parameters.
disabled notification checks if ext ports. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@347 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a56f9266f8
commit
3f582afe5a
4 changed files with 54 additions and 21 deletions
|
@ -106,8 +106,8 @@ bool OpenDHTMgr::init()
|
|||
std::string configpath = ".";
|
||||
|
||||
/* load up DHT gateways */
|
||||
//mClient = new OpenDHTClient();
|
||||
mClient = new DHTClientDummy();
|
||||
mClient = new OpenDHTClient();
|
||||
//mClient = new DHTClientDummy();
|
||||
|
||||
std::string filename = configpath;
|
||||
if (configpath.size() > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue