cvs commit: src/sys/net rtsock.c

Robert Watson rwatson at FreeBSD.org
Tue Aug 24 19:50:24 PDT 2004


rwatson     2004-08-25 02:50:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              rtsock.c 
  Log:
  MT5 rtsock.c:1.113 and rtsock.c:1.114:
  
    date: 2004/08/21 21:45:40;  author: rwatson;  state: Exp;  lines: +3 -1
    If a tunable for the routing socket netisr queue max is defined, allow it
    to override the default value, rather than the default value overriding
    the tunable.
  
    date: 2004/08/21 21:20:06;  author: rwatson;  state: Exp;  lines: +6 -1
    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.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.113.2.1  +8 -1      src/sys/net/rtsock.c


More information about the cvs-src mailing list