mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
Tweaks to get the UPnP working. Corrected network address passing,
and also adjusted DHT timeout periods. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@345 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ade0665664
commit
98a14ba715
5 changed files with 68 additions and 19 deletions
|
@ -631,7 +631,13 @@ int RsServer::StartupRetroShare(RsInit *config)
|
|||
/* Force Any Last Configuration Options */
|
||||
/**************************************************************************/
|
||||
|
||||
/**************************************************************************/
|
||||
/* Start up Threads */
|
||||
/**************************************************************************/
|
||||
|
||||
server->StartupMonitor();
|
||||
mUpnpMgr->start();
|
||||
|
||||
|
||||
#ifdef PQI_USE_CHANNELS
|
||||
server->setP3Channel(pqih->getP3Channel());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue