mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue