Date: Wed, 25 Aug 2004 02:50:18 +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: <200408250250.i7P2oI8o045038@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408250250.i7P2oI8o045038>