From owner-freebsd-bugs Fri Jul 14 8:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78F1837CE18 for ; Fri, 14 Jul 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA86014; Fri, 14 Jul 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 08:50:02 -0700 (PDT) Message-Id: <200007141550.IAA86014@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: kern/19913: add SYN+FIN counter Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19913; it has been noted by GNATS. From: Garrett Wollman To: hristo@spider.comnet.bg Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/19913: add SYN+FIN counter Date: Fri, 14 Jul 2000 11:40:32 -0400 (EDT) < As you know FreeBSD 4 has an option to drop SYN+FIN packets but it does > not has a counter of how much SYN+FIN packets were actually dropped. This > minor patch add sysctl variable to count them and have it for reference > when needed. The code that implements this `feature' is buggy. It should not drop the packets, but rather, trim them back to just a SYN, as Solaris does. (This potentially requires adjusting sequence numbers, depending on the contents of the packet.) If implemented properly, there is no need for instrumentation. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message