From owner-cvs-sys Fri Sep 13 11:47:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA07898 for cvs-sys-outgoing; Fri, 13 Sep 1996 11:47:18 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA07873; Fri, 13 Sep 1996 11:47:06 -0700 (PDT) Date: Fri, 13 Sep 1996 11:47:06 -0700 (PDT) From: Paul Traina Message-Id: <199609131847.LAA07873@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/13 11:47:06 Modified: sys/netinet tcp_input.c Log: Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP] to "keepidle". this should not occur unless the connection has been established via the 3-way handshake which requires an ACK Submitted by: jmb Obtained from: problem discussed in Stevens vol. 3 Revision Changes Path 1.47 +12 -6 src/sys/netinet/tcp_input.c