Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 19:29:01 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet udp_usrreq.c
Message-ID:  <200210160229.g9G2T1Bk007415@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2002/10/15 19:29:01 PDT

  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  Last commit to add FAST_IPSEC support also rearranged udp_input so that
  all input packets are stored in the socket using udp_append.  This was
  done so that all IPsec- and MAC-related checking is now consolidated in
  udp_append.  Note that this can lead to an extra packet copy being done
  before a packet is discarded because of one of these checks.
  
  Revision  Changes    Path
  1.125     +0 -0      src/sys/netinet/udp_usrreq.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210160229.g9G2T1Bk007415>