mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
remove unimplemented tcpOk flag
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1750 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
324b51e250
commit
32ea1bfd0f
6 changed files with 8 additions and 66 deletions
|
@ -130,7 +130,7 @@ int RsServer::UpdateAllConfig()
|
|||
config.netDhtOk = mConnMgr->getNetStatusDhtOk();
|
||||
config.netExtOk = mConnMgr->getNetStatusExtOk();
|
||||
config.netUdpOk = mConnMgr->getNetStatusUdpOk();
|
||||
config.netTcpOk = mConnMgr->getNetStatusTcpOk();
|
||||
//config.netTcpOk = mConnMgr->getNetStatusTcpOk();
|
||||
|
||||
/* update DHT/UPnP config */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue