From ae4973fb2e43e7dfeb118db4850375f00f3f7c08 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 25 Sep 2018 10:27:12 +0200 Subject: [PATCH] Update dialogPipe.xml --- .../TrafficShaper/forms/dialogPipe.xml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml index 85572092d..ee721fc78 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml @@ -95,6 +95,27 @@ true The number of flow queues that are created and managed, leave empty for defaults + + pipe.fqpie_quantum + + text + true + The default quantum (credit) of the FQ-PIE in unit of byte. The value must be in the range 1..9000. + + + pipe.fqpie_limit + + text + true + The default hard size limit (in unit of packet) of all queues managed by an instance of the FQ-PIE scheduler. The value must be in the range 1..20480. + + + pipe.fqpie_flows + + text + true + Defines the default total number of flow queues (sub-queues) that FQ-PIE creates and manages. The value must be in the range 1..65536. + pipe.pie_enable