Edit

IABSD.fr/src/sys/net

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2025-04-17 17:23:17
    Hash : 37ecd33d
    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@