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:
csoler 2010-06-06 12:59:31 +00:00
parent 0f8fae8344
commit c94a5c4e67

View File

@ -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;