From owner-freebsd-current@FreeBSD.ORG Fri Sep 17 12:33:24 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593F616A4CF for ; Fri, 17 Sep 2004 12:33:24 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8863843D49 for ; Fri, 17 Sep 2004 12:33:23 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 16473 invoked from network); 17 Sep 2004 12:28:18 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 17 Sep 2004 12:28:18 -0000 Message-ID: <414AD99B.2183FA6D@freebsd.org> Date: Fri, 17 Sep 2004 14:33:31 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: re@FreeBSD.org References: <200409170741.i8H7fGV3011078@pooker.samsco.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: Re: 5.3-RELEASE TODO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 12:33:24 -0000 Scott Long wrote: > |-------------------+---------------+--------------+---------------------| > | | | | As part of the | > | | | | MPSAFE network | > | | | | stack work, | > | | | | delivery of routing | > | | | | socket messages was | > | | | | moved to queued | > | | | | dispatch via netisr | > | | | | rather than direct | > | | | | dispatch from the | > | | | | routing code. | > | Increased and | | | However, the risks | > | configurable | | Robert | of lost routing | > | netisr queue max | Needs testing | Watson | messages for | > | depth for routing | | | routing daemons are | > | sockets | | | high; respond by | > | | | | increasing the max | > | | | | depth beyond a | > | | | | default interface | > | | | | max depth of 50 to | > | | | | 128, and allow it | > | | | | to be | > | | | | user-configured. | > | | | | This change is now | > | | | | present in CVS HEAD | > | | | | and RELENG_5. | > |-------------------+---------------+--------------+---------------------| You can kill this one. The route(4) man page documents since ages that under memory shortage conditions route messages can get lost. -- Andre