cvs commit: src/sys/net rtsock.c

Robert Watson rwatson at FreeBSD.org
Sat Aug 21 14:20:07 PDT 2004


rwatson     2004-08-21 21:20:06 UTC

  FreeBSD src repository

  Modified files:
    sys/net              rtsock.c 
  Log:
  Allow the size of the routing socket netisr queue to be configured using
  the tunable or sysctl 'net.route.netisr_maxqlen'.  Default the maximum
  depth to 256 rather than IFQ_MAXLEN due to the downsides of dropping
  routing messages.
  
  MT5 candidate.
  
  Discussed with: mdodd, mlaier, Vincent Jardin <jardin at 6wind.com>
  
  Revision  Changes    Path
  1.114     +6 -1      src/sys/net/rtsock.c


More information about the cvs-src mailing list