dialogQueue.xml 2.06 KB
Newer Older
1
<form>
2
    <field>
3
        <id>queue.enabled</id>
4 5 6 7
        <label>enabled</label>
        <type>checkbox</type>
        <help>enable this queue and it's related rules</help>
    </field>
8 9 10 11 12 13 14 15 16 17
    <field>
        <id>queue.pipe</id>
        <label>pipe</label>
        <type>dropdown</type>
        <help>connected pipe for this queue</help>
    </field>
    <field>
        <id>queue.weight</id>
        <label>weight</label>
        <type>text</type>
18
        <help>Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, 100 is high)</help>
19 20 21 22 23 24 25 26 27 28
    </field>
    <field>
        <id>queue.mask</id>
        <label>mask</label>
        <type>dropdown</type>
        <help><![CDATA[Dynamic queue creation by source or destination address.
        <li> choose destination here to share the total bandwidth of this pipe among all connected clients. </li>
        <li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth  </li>
        ]]></help>
    </field>
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
    <field>
        <id>queue.codel_enable</id>
        <label>Enable CoDel</label>
        <type>checkbox</type>
        <help>Enable CoDel active queue management</help>
    </field>
    <field>
        <id>queue.codel_target</id>
        <label>(FQ-)CoDel target</label>
        <type>text</type>
        <advanced>true</advanced>
        <help>Minimum acceptable persistent queue delay (in ms), leave empty for default</help>
    </field>
    <field>
        <id>queue.codel_interval</id>
        <label>(FQ-)CoDel interval</label>
        <type>text</type>
        <advanced>true</advanced>
        <help>Interval before dropping packets (in ms), leave empty for default</help>
    </field>
    <field>
        <id>queue.codel_ecn_enable</id>
        <label>(FQ-)CoDel ECN</label>
        <type>checkbox</type>
        <advanced>true</advanced>
        <help>Explicit Congestion Notification</help>
    </field>
56 57 58 59 60 61
    <field>
        <id>queue.description</id>
        <label>description</label>
        <type>text</type>
        <help>Description to identify this pipe.</help>
    </field>
62
</form>