CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/02 19:55:52
Modified files:
sys/netinet : ip_input.c
Log message:
remember if the ipv4 header checksum is ok.
if a bridge checks the ip header before the network stack, then we
can remember it was ok when the bridge checks it so the ip stack
doesnt have to.
ok claudio@ mvs@
