cvs commit: src/sys/contrib/pf/net pf.c

Max Laier mlaier at FreeBSD.org
Thu Jul 22 20:31:42 PDT 2004


mlaier      2004-07-23 03:31:42 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/pf/net   pf.c 
  Log:
  Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo()
  calls further down the stack. If we find the cksum to be okay we pretend
  that the hardware did all the work and hence keep the upper layers from
  checking again.
  
  Submitted by:   Pyun YongHyeon
  
  Revision  Changes    Path
  1.16      +22 -25    src/sys/contrib/pf/net/pf.c


More information about the cvs-src mailing list