allowed EXTAddrFinder service by default

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3914 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-12-13 22:34:22 +00:00
parent 49641e311c
commit 1495758d45

View File

@ -192,7 +192,7 @@ p3ConnectMgr::p3ConnectMgr()
// user decided.
//mOwnState.netMode |= RS_NET_MODE_TRY_UPNP;
mUseExtAddrFinder = false;
mUseExtAddrFinder = true;
mAllowTunnelConnection = false;
mExtAddrFinder = new ExtAddrFinder;
mNetInitTS = 0;
@ -1323,7 +1323,6 @@ void p3ConnectMgr::removeMonitor(pqiMonitor *mon)
return;
}
void p3ConnectMgr::tickMonitors()
{
bool doStatusChange = false;
@ -1384,10 +1383,7 @@ void p3ConnectMgr::tickMonitors()
pqiNotify *notify = getPqiNotify();
if (notify)
{
notify->AddPopupMessage(RS_POPUP_CONNECT,
peer.id,"", "Online: ");
notify->AddPopupMessage(RS_POPUP_CONNECT, peer.id,"", "Online: ");
notify->AddFeedItem(RS_FEED_ITEM_PEER_CONNECT, peer.id, "", "");
}
}