mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
Attempted fix for maintaining External Port in Manual Forwarded Mode.
- added check for RS_NET_MODE_EXT instead of RS_NET_MODE_TRY_EXT... as trys aren't used in p3PeerMgr. - removed tryMode from external interface - as this data is not available anymore. - Removed setting this parameter in p3peers.cc git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4919 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fd83e5950f
commit
57c7e66a38
3 changed files with 12 additions and 16 deletions
|
@ -175,7 +175,6 @@ class RsPeerDetails
|
|||
std::list<std::string> ipAddressList;
|
||||
|
||||
uint32_t netMode;
|
||||
uint32_t tryNetMode; /* only for ownState */
|
||||
uint32_t visState;
|
||||
|
||||
/* basic stats */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue