From owner-freebsd-net@FreeBSD.ORG Fri May 25 22:51:35 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A79B316A469 for ; Fri, 25 May 2007 22:51:35 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id 6D72C13C46C for ; Fri, 25 May 2007 22:51:35 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: by wx-out-0506.google.com with SMTP id h28so630401wxd for ; Fri, 25 May 2007 15:51:34 -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=kwJLQUxiAykNnNdbyxBK6PCXbw1iWx3yFySTE3G++cO6h8/sd+6xXurPss9U/e0MtEYcDOLJFLaLFaDvdJM6Bc8d7lcgvjnGVkoLaDxaVV7ym4y443RLlZyeYfKLcvkckTLZJyNDQzSw1SyTtPO1EecWokAxOgqzhvDkUnY6G+Q= 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=M2FQXX55Aa4Y3gteF4l3jLNPNQL6/zEt7YFZEIFPLOcY+Y/nXLdrU62daK2DG/iIiwnuFnZM4nub7zGCcNRFfmYtet1InKi4cnaZiCPMfFTs0rxjFgDn29nWUqLYahKuPOOWjCI4qI8Q+IqJ6aq5l3095/WG5oKbkWREIzU8ufQ= Received: by 10.70.89.1 with SMTP id m1mr4768249wxb.1180131968019; Fri, 25 May 2007 15:26:08 -0700 (PDT) Received: by 10.70.73.1 with HTTP; Fri, 25 May 2007 15:26:07 -0700 (PDT) Message-ID: <9a542da30705251526v3b83536fv48f26cc131daba10@mail.gmail.com> Date: Sat, 26 May 2007 00:26:07 +0200 From: "=?ISO-8859-1?Q?Ermal_Lu=E7i?=" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ALTQ_CDNR(conditioner) usability?! 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: Fri, 25 May 2007 22:51:35 -0000 Hello list, while looking ip_input i saw that altq code is called from there and if i have not read badly it goes to altq_cdnr code which is just a diffserv conditioner. Is there any utility that allows its configuration. Even PF hasn't integrated it and i wonder why?! If it's just a job to be done an how-to or how it is supposed to work would be nice! Regards.