--- loncom/loncnew 2005/06/16 22:33:45 1.71 +++ loncom/loncnew 2005/08/29 18:22:48 1.72 @@ -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 $ConnectionCount = 0; 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.