--- loncom/LondConnection.pm 2007/03/28 20:28:29 1.44 +++ loncom/LondConnection.pm 2007/04/10 23:15:20 1.46 @@ -1,7 +1,7 @@ # This module defines and implements a class that represents # a connection to a lond daemon. # -# $Id: LondConnection.pm,v 1.44 2007/03/28 20:28:29 albertel Exp $ +# $Id: LondConnection.pm,v 1.46 2007/04/10 23:15:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -159,7 +159,7 @@ sub new { ReadConfig(); $ConfigRead = 1; } - &Debug(4,$class."::new( ".$DnsName.",".$Port.")\n"); + &Debug(4,$class."::new( ".$DnsName.",".$Port.",".$lonid.")\n"); # The host must map to an entry in the hosts table: # We connect to the dns host that corresponds to that @@ -184,7 +184,7 @@ sub new { TimeoutCallback => undef, TransitionCallback => undef, Timeoutable => 0, - TimeoutValue => 3, + TimeoutValue => 30, TimeoutRemaining => 0, LocalKeyFile => "", CipherKey => "",