From 432311d5c3761eb51d90bff9acf98a2c3775d062 Mon Sep 17 00:00:00 2001 From: joss17 Date: Fri, 30 Oct 2009 00:38:02 +0000 Subject: [PATCH] small udate git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1758 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/pqi/p3connmgr.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libretroshare/src/pqi/p3connmgr.cc b/libretroshare/src/pqi/p3connmgr.cc index c2ddc078e..4c622ff34 100644 --- a/libretroshare/src/pqi/p3connmgr.cc +++ b/libretroshare/src/pqi/p3connmgr.cc @@ -54,8 +54,8 @@ const uint32_t RS_STUN_DONE = 0x0002; const uint32_t RS_STUN_LIST_MIN = 100; const uint32_t RS_STUN_FOUND_MIN = 10; -const uint32_t MAX_UPNP_INIT = 100; /* seconds UPnP timeout */ -const uint32_t MAX_UDP_INIT = 120; /* seconds Udp timeout */ +const uint32_t MAX_UPNP_INIT = 60; /* seconds UPnP timeout */ +const uint32_t MAX_UDP_INIT = 80; /* seconds Udp timeout */ const uint32_t MIN_TIME_BETWEEN_NET_RESET = 5; @@ -352,6 +352,7 @@ void p3ConnectMgr::netStatusReset() netFlagUdpOk = false; netFlagTcpOk = false; netFlagResetReq = false; + IndicateConfigChanged(); } void p3ConnectMgr::netStartup()