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:
drbob 2008-02-11 23:27:17 +00:00
parent a56f9266f8
commit 3f582afe5a
4 changed files with 54 additions and 21 deletions

View file

@ -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)