From owner-freebsd-pf@FreeBSD.ORG Thu Apr 30 04:56:38 2015 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF330AE7 for ; Thu, 30 Apr 2015 04:56:38 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1.freebsd.org (Postfix) with ESMTP id BC8181BF0 for ; Thu, 30 Apr 2015 04:56:38 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id 42C231C928E1 for ; Wed, 29 Apr 2015 21:57:21 -0700 (PDT) Date: Wed, 29 Apr 2015 21:56:38 -0700 (MST) From: samira To: freebsd-pf@freebsd.org Message-ID: <1430369798248-6008573.post@n5.nabble.com> Subject: Implementation FIFO Queue and Fair-queue with Altq + PF MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2015 04:56:38 -0000 hi I define hfsc queue in *pf.conf * Code: * altq on gbeth1 hfsc bandwidth 1000000Kb queue {cegp-gbeth1-out,cicmp-gbeth1-out,class-default-gbeth1-out} # gbeth1 ######### Child Queue Definition queue cegp-gbeth1-out bandwidth 50Kb hfsc ( upperlimit 50Kb ) queue cicmp-gbeth1-out bandwidth 110Kb hfsc ( upperlimit 110Kb ) queue class-default-gbeth1-out bandwidth 100Kb hfsc ( upperlimit 100Kb default )* My queustion is, How do I determine what type of queue scheduling algorithms(FIFO ,Fair-queue)? And, for example,what is the kind of cegp-gbeth1-out by default ? Thank you for all of your comments and help. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Implementation-FIFO-Queue-and-Fair-queue-with-Altq-PF-tp6008573.html Sent from the freebsd-pf mailing list archive at Nabble.com.