]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed default heartbeat_period to 120 seconds so that usually two packets come...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 19 May 2005 21:20:08 +0000 (21:20 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 19 May 2005 21:20:08 +0000 (21:20 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5315 d7cf8633-e32d-0410-b094-e92efae38249

netconn.c

index 767e9da9c5daacfc97196398785c1ab2c5664ff7..054a5fb3805180bfe29e713b783f58558e6cdd46 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define MASTER_PORT 27950
 
 cvar_t sv_public = {0, "sv_public", "1"};
-static cvar_t sv_heartbeatperiod = {CVAR_SAVE, "sv_heartbeatperiod", "180"};
+static cvar_t sv_heartbeatperiod = {CVAR_SAVE, "sv_heartbeatperiod", "120"};
 
 // FIXME: resolve DNS on masters whenever their value changes and cache it (to avoid major delays in active servers when they heartbeat)
 static cvar_t sv_masters [] =