From owner-cvs-all Fri Oct 27 0:41:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79A3F37B479; Fri, 27 Oct 2000 00:41:08 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88153; Fri, 27 Oct 2000 00:41:08 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200010270741.AAA88153@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 27 Oct 2000 00:41:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/10/27 00:41:08 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_fw.c Log: MFC: - (rev 1.144) pull up the entire (minimum) TCP and UDP headers, and 4 bytes of ICMP header (enough for type, code and cksum). - (rev 1.147) fetch the protocol header (TCP, UDP, ICMP) only from the first (OFF=0) fragment of IP datagram. Revision Changes Path 1.131.2.9 +16 -21 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message