CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/04/17 11:23:17
Modified files: sys/net : if.c usr.bin/netstat: inet.c Log message: Describe software LRO and TSO counters consistently. The netstat -s -p tcp description was not quite right anymore. We have one counter each when we glue or chop TCP in software, and for offloading. The loopback pseudo device is special as it just passes large packets. Do not count such non-existing small packets. OK jan@