CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/04/21 03:54:53
Modified files: sys/dev/pci : if_ixl.c sys/netinet : ip_output.c tcp_input.c tcp_output.c tcp_var.h sys/netinet6 : ip6_output.c Log message: Consistent naming for TCP softtso and softlro. If the hardware does not support TSO or LRO, an alternative implementation in software is used. Call these functions tcp_softlro_glue() and tcp_softtso_chop() and use the same order of paramters. OK jan@