From owner-cvs-sys Fri Oct 11 12:26:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA20094 for cvs-sys-outgoing; Fri, 11 Oct 1996 12:26:52 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA20078; Fri, 11 Oct 1996 12:26:44 -0700 (PDT) Date: Fri, 11 Oct 1996 12:26:44 -0700 (PDT) From: Paul Traina Message-Id: <199610111926.MAA20078@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_socket2.c src/sys/netinet tcp_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/10/11 12:26:43 Modified: sys/kern uipc_socket2.c sys/netinet tcp_input.c Log: Fix two bugs I accidently put into the syn code at the last minute (yes I had tested the hell out of this). I've also temporarily disabled the code so that it behaves as it previously did (tail drop's the syns) pending discussion with fenner about some socket state flags that I don't fully understand. Submitted by: fenner Revision Changes Path 1.16 +11 -9 src/sys/kern/uipc_socket2.c 1.54 +9 -5 src/sys/netinet/tcp_input.c