CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/03/01 14:03:20
Modified files: sys/netinet : tcp_input.c Log message: Fix TCP checksum for IPv6 packets with extension headers. When tcp_input() called in6_cksum() to verify the TCP checksum, the IPv6 header length instead of the TCP header offset was used. Hence TCP packets with IPv6 extension headers were never accepted. from Giovanni Pimpinella; OK sashan@