From owner-freebsd-commit Fri Sep 22 12:56:46 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA16351 for freebsd-commit-outgoing; Fri, 22 Sep 1995 12:56:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA16333 for cvs-all-outgoing; Fri, 22 Sep 1995 12:56:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA16321 for cvs-sys-outgoing; Fri, 22 Sep 1995 12:56:34 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA16305 ; Fri, 22 Sep 1995 12:56:27 -0700 Date: Fri, 22 Sep 1995 12:56:27 -0700 From: "Garrett A. Wollman" Message-Id: <199509221956.MAA16305@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet udp_usrreq.c Sender: owner-commit@FreeBSD.org Precedence: bulk wollman 95/09/22 12:56:27 Modified: sys/netinet udp_usrreq.c Log: Merge 4.4-Lite-2: always check the UDP checksum if it is present, even if we are not generating checksums. (Save a test in the input path.)