CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2025/08/05 03:51:12
Modified files: sys/netinet : tcp_input.c Log message: SolftLRO: reduces max packet size by max_linkhdr as tcp_output() This avoids DMA errors while interacting with ixl(4) and oversized packets. ok stsp, bluhm