mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-11 17:04:31 -05:00
switched ip addr finder to on by default (users seem to request it, and its not harmful)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@3077 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0f8fae8344
commit
c94a5c4e67
@ -146,9 +146,8 @@ p3ConnectMgr::p3ConnectMgr()
|
||||
ownState.netMode = RS_NET_MODE_UDP;
|
||||
ownState.netMode |= RS_NET_MODE_TRY_UPNP;
|
||||
|
||||
//use_extr_addr_finder = true ;
|
||||
use_extr_addr_finder = false;
|
||||
allow_tunnel_connection = true;
|
||||
use_extr_addr_finder = true ;
|
||||
allow_tunnel_connection = true;
|
||||
mExtAddrFinder = new ExtAddrFinder;
|
||||
mNetInitTS = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user