From owner-freebsd-commit Sun Oct 29 13:31:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19153 for freebsd-commit-outgoing; Sun, 29 Oct 1995 13:31:00 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19128 for cvs-all-outgoing; Sun, 29 Oct 1995 13:30:49 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19116 for cvs-sys-outgoing; Sun, 29 Oct 1995 13:30:42 -0800 Received: (from olah@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19090 ; Sun, 29 Oct 1995 13:30:28 -0800 Date: Sun, 29 Oct 1995 13:30:28 -0800 From: Andras Olah Message-Id: <199510292130.NAA19090@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_usrreq.c Sender: owner-commit@FreeBSD.org Precedence: bulk olah 95/10/29 13:30:27 Modified: sys/netinet tcp_usrreq.c Log: Start the 2MSL timer when the socket is closed and the TCP connection is in the FIN_WAIT_2 state in order to prevent the conn. hanging there forever. Reviewed by: davidg, olah Submitted by: Arne Henrik Juul Obtained from: bugs@netbsd.org