From owner-cvs-all@FreeBSD.ORG Sun Aug 22 09:28:31 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 5DA0216A4CF for ; Sun, 22 Aug 2004 09:28:31 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C727D43D68 for ; Sun, 22 Aug 2004 09:28:30 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 18597 invoked from network); 22 Aug 2004 09:28:04 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 22 Aug 2004 09:28:04 -0000 Message-ID: <4128673E.F68B68EE@freebsd.org> Date: Sun, 22 Aug 2004 11:28:30 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Robert Watson References: <200408212120.i7LLK6YQ092852@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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: Sun, 22 Aug 2004 09:28:31 -0000 Robert Watson wrote: > > 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 A rtmessage should never ever be dropped. That would wedge the synchronized state of any userland routing daemons. -- Andre