* added startDHT() command to startup code....

This will be reworked into a user controllable switch in the near future.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3679 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2010-10-17 20:56:19 +00:00
parent 74961774cc
commit 71ab42d74d

View File

@ -117,6 +117,9 @@ void p3BitDht::start()
std::cerr << std::endl;
mUdpBitDht->start(); /* starts up the bitdht thread */
/* switch on the dht too */
mUdpBitDht->startDht();
}
/* pqiNetAssist - external interface functions */