Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2004 21:20:06 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net rtsock.c
Message-ID:  <200408212120.i7LLK6YQ092852@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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