mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
Net, Dht and Configuration changes.
* set PortForward in NetStateBox when the Network has been setup. * add GeneralConfig to rsConfig external interface. * enabled ADVANCED configuration option. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a1e112934d
commit
31ec7a074b
7 changed files with 96 additions and 9 deletions
|
@ -1779,6 +1779,13 @@ void p3NetMgrIMPL::updateNetStateBox_startup()
|
|||
#endif
|
||||
mNetStateBox.setAddressWebIP(false, &tmpip);
|
||||
}
|
||||
|
||||
|
||||
/* finally - if the user has set Forwarded, pass it on */
|
||||
if (mNetMode & RS_NET_MODE_TRY_EXT)
|
||||
{
|
||||
mNetStateBox.setPortForwarded(true, 0); // Port unknown for now.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue