CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2025/04/23 11:52:12

Modified files:
        sys/netinet    : tcp_input.c 

Log message:
Refactor TCP softlro extract header.

The header of the tail mbuf has already been extraced.  Do all
header extraction in tcp_softlro_glue() and pass them down to
tcp_softlro().
Check port number before address as IPv6 address comparison is
expensive.  The empty segment check has already been done in
tcp_softlro_check(), remove it from tcp_softlro().

OK jan@

Reply via email to