[LON-CAPA-cvs] cvs: loncom(version_0_5_1) / lond

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 03 Sep 2002 02:02:51 -0000


albertel		Mon Sep  2 22:02:51 2002 EDT

  Modified files:              (Branch: version_0_5_1)
    /loncom	lond 
  Log:
  - backport of 1.94
  
  
  
Index: loncom/lond
diff -u loncom/lond:1.90 loncom/lond:1.90.2.1
--- loncom/lond:1.90	Mon Aug 12 20:37:18 2002
+++ loncom/lond	Mon Sep  2 22:02:50 2002
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.90 2002/08/13 00:37:18 stredwic Exp $
+# $Id: lond,v 1.90.2.1 2002/09/03 02:02:50 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -497,6 +497,8 @@
 # =============================================================================
             # do something with the connection
 # -----------------------------------------------------------------------------
+	    $client->sockopt(SO_KEEPALIVE, 1);# Enable monitoring of
+	                                      # connection liveness.
             # see if we know client and check for spoof IP by challenge
             my $caller=getpeername($client);
             my ($port,$iaddr)=unpack_sockaddr_in($caller);