Date: Wed, 29 Apr 2015 21:56:38 -0700 (MST) From: samira <nazari.s11@gmail.com> To: freebsd-pf@freebsd.org Subject: Implementation FIFO Queue and Fair-queue with Altq + PF Message-ID: <1430369798248-6008573.post@n5.nabble.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1430369798248-6008573.post>