From owner-freebsd-questions Wed Jun 14 16:18:54 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04279 for questions-outgoing; Wed, 14 Jun 1995 16:18:54 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.147]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA04273 for ; Wed, 14 Jun 1995 16:18:53 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id QAA03000 for ; Wed, 14 Jun 1995 16:18:51 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: freebsd-questions@FreeBSD.ORG Subject: Re: in_rtqtimo: adjusted rtq_reallyold to 2400 In-reply-to: Your message of "Wed, 14 Jun 1995 12:43:18 EDT." <9506141643.AA03402@halloran-eldar.lcs.mit.edu> Date: Wed, 14 Jun 1995 16:18:51 -0700 Message-ID: <2998.803171931@westhill.cdrom.com> From: Gary Palmer Sender: questions-owner@FreeBSD.ORG Precedence: bulk In message <9506141643.AA03402@halloran-eldar.lcs.mit.edu>, Garrett Wollman wri tes: >What this means is that the kernel IP per-host cache timeout code >noticed that you had a lot of unreferenced routes piling up in the >cache, and it has taken steps to reduce the expiration time in hopes >of reducing this to a number it considers reasonable. >The following sysctl(8) parameters control the operation of this >function: >net.inet.ip.rtexpire = 3600 # the expiration time >net.inet.ip.rtminexpire = 10 # the minimum expiration time >net.inet.ip.rtmaxcache = 128 # how many is ``too many'' Can one of the FAQ maintainers please stick this in a FAQ - it seems like a good candidate... Gary