[LON-CAPA-cvs] cvs: loncom / loncnew
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 29 Aug 2005 18:22:50 -0000
albertel Mon Aug 29 14:22:50 2005 EDT
Modified files:
/loncom loncnew
Log:
- upping the default number of connection attempts made
Index: loncom/loncnew
diff -u loncom/loncnew:1.71 loncom/loncnew:1.72
--- loncom/loncnew:1.71 Thu Jun 16 18:33:45 2005
+++ loncom/loncnew Mon Aug 29 14:22:48 2005
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# lonc maintains the connections to remote computers
#
-# $Id: loncnew,v 1.71 2005/06/16 22:33:45 albertel Exp $
+# $Id: loncnew,v 1.72 2005/08/29 18:22:48 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -106,8 +106,8 @@
my $IdleSeconds = 0; # Number of seconds idle.
my $Status = ""; # Current status string.
my $RecentLogEntry = "";
-my $ConnectionRetries=2; # Number of connection retries allowed.
-my $ConnectionRetriesLeft=2; # Number of connection retries remaining.
+my $ConnectionRetries=5; # Number of connection retries allowed.
+my $ConnectionRetriesLeft=5; # Number of connection retries remaining.
my $LondVersion = "unknown"; # Version of lond we talk with.
my $KeyMode = ""; # e.g. ssl, local, insecure from last connect.
my $LondConnecting = 0; # True when a connection is being built.