Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 1996 20:46:38 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet tcp_output.c tcp_timer.c
Message-ID:  <199604150346.UAA14354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      96/04/14 20:46:38

  Modified:    sys/netinet  tcp_output.c tcp_timer.c
  Log:
  Two fixes from Rich Stevens:
  
  1) Set the persist timer to help time-out connections in the CLOSING state.
  2) Honor the keep-alive timer in the CLOSING state.
  
     This fixes problems with connections getting "stuck" due to incompletion
  of the final connection shutdown which can be a BIG problem on busy WWW
  servers.
  
  Revision  Changes    Path
  1.20      +8 -5      src/sys/netinet/tcp_output.c
  1.16      +2 -2      src/sys/netinet/tcp_timer.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604150346.UAA14354>