--- loncom/lond 2002/08/26 14:30:53 1.93 +++ loncom/lond 2002/09/03 02:01:14 1.94 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.93 2002/08/26 14:30:53 albertel Exp $ +# $Id: lond,v 1.94 2002/09/03 02:01:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -501,6 +501,8 @@ sub make_new_child { # ============================================================================= # 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);