From owner-freebsd-net@FreeBSD.ORG Wed Aug 22 07:27:40 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BA7A16A46B for ; Wed, 22 Aug 2007 07:27:40 +0000 (UTC) (envelope-from ivo.vachkov@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id AFF5813C48A for ; Wed, 22 Aug 2007 07:27:39 +0000 (UTC) (envelope-from ivo.vachkov@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so63871wra for ; Wed, 22 Aug 2007 00:27:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RGkNseICE+UbgsvzoqOSV+L0BUl9AafoMn7RKoTDxTf+VE9M4eG2AyW3hOroEEOO35eI8lojv6FN//X0AWfBcx18mwmsNgLrsZzRDcBpAlS/ZwloGXhm8LJDQUASIMKYSqes4nVpfmet6g9kQOox7f9rD+ifDQBc2D5zVccGcrk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=j3VcYOAxQadScPYP1xt74UA5qDV/dk86d1ONwhfha4J3lQ+ymLdToIWSjf2YYKj+S9Pn4qriC6Dcr74zNd6m3zNwQ0nXVDAFf36wMNUqpcm2llG1y63zX8H8fJXjGPmforXssvtyhqub2LDoeCrYVlvAJ6gyVSRFxpHjzJawFSw= Received: by 10.90.81.14 with SMTP id e14mr3825765agb.1187766180366; Wed, 22 Aug 2007 00:03:00 -0700 (PDT) Received: by 10.90.119.18 with HTTP; Wed, 22 Aug 2007 00:03:00 -0700 (PDT) Message-ID: Date: Wed, 22 Aug 2007 10:03:00 +0300 From: "Ivo Vachkov" To: freebsd-net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Route caching ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 07:27:40 -0000 Does FreeBSD rtalloc*() (or any other) functions implement route caching and how ? I looked at the code but it's not exactly easiest thing to read / understand :) Ivo