mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
* 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:
parent
74961774cc
commit
71ab42d74d
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user