cvs commit: src/sys/netinet ip_output.c

Max Laier mlaier at FreeBSD.org
Sun Aug 22 09:42:29 PDT 2004


mlaier      2004-08-22 16:42:28 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_output.c 
  Log:
  Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel.
  Previously the early drop was disabled unconditionally for ALTQ-enabled
  kernels.
  
  This should give some benefit for the normal gateway + LAN-server case with
  a busy LAN leg and an ALTQ managed uplink.
  
  Reviewed and style help from:   cperciva, pjd
  
  Revision  Changes    Path
  1.227     +14 -13    src/sys/netinet/ip_output.c


More information about the cvs-src mailing list