From owner-cvs-all@FreeBSD.ORG Wed Aug 25 02:50:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32D216A4CE; Wed, 25 Aug 2004 02:50:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9A143D1D; Wed, 25 Aug 2004 02:50:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P2oIk1045039; Wed, 25 Aug 2004 02:50:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P2oI8o045038; Wed, 25 Aug 2004 02:50:18 GMT (envelope-from rwatson) Message-Id: <200408250250.i7P2oI8o045038@repoman.freebsd.org> From: Robert Watson Date: Wed, 25 Aug 2004 02:50:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 02:50:24 -0000 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