OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Alexander Bluhm (bluhmcvs.openbsd.org)
Date: Mon Jun 03 2013 - 08:19:08 CDT


CVSROOT: /cvs
Module name: src
Changes by: bluhmcvs.openbsd.org 2013/06/03 07:19:08

Modified files:
        sys/netinet : tcp_input.c

Log message:
Merge the duplicate IPv4 and IPv6 checksum checking code in tcp_input()
into one block.
OK mpi