From owner-cvs-sys Sun Apr 14 20:46:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA14379 for cvs-sys-outgoing; Sun, 14 Apr 1996 20:46:52 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA14354 Sun, 14 Apr 1996 20:46:38 -0700 (PDT) Date: Sun, 14 Apr 1996 20:46:38 -0700 (PDT) From: David Greenman Message-Id: <199604150346.UAA14354@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet tcp_output.c tcp_timer.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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