From owner-freebsd-ipfw Thu Apr 25 0:53: 9 2002 Delivered-To: freebsd-ipfw@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by hub.freebsd.org (Postfix) with ESMTP id 7A40737B431 for ; Thu, 25 Apr 2002 00:53:04 -0700 (PDT) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g3P7r2R25830 for ; Thu, 25 Apr 2002 09:53:03 +0200 (MEST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id g3P7r1O00668 for ; Thu, 25 Apr 2002 09:53:02 +0200 (MEST) Received: (from localhost) by curry.mchp.siemens.de (8.12.2/8.12.2) id g3P7r1Rl078979 for freebsd-ipfw@freebsd.org; Thu, 25 Apr 2002 09:53:01 +0200 (CEST) Date: Thu, 25 Apr 2002 09:53:01 +0200 From: Andre Albsmeier To: freebsd-ipfw@freebsd.org Subject: bandwith shaping only for big tcp packets Message-ID: <20020425095301.A18975@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike X-RAVMilter-Version: 8.3.1(snapshot 20020109) (curry.mchp.siemens.de) Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I would like to do something like: ipfw add 2000 pipe 1 tcp from 192.168.128.4/32 to any len gt 100 ipfw pipe 1 config bw 4KBytes/s queue 4KBytes This would mean that only packets which are bigger than 100 bytes will be fed to pipe 1. Any ideas? -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message