mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
Fix help text in Traffic Shaper masks (#2293)
* Update dialogPipe.xml * Update dialogQueue.xml * Update dialogPipe.xml * Update dialogQueue.xml
This commit is contained in:
parent
9e11911289
commit
80ce75e373
@ -28,8 +28,9 @@
|
||||
<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>
|
||||
<li>Choose destination to give every IP in destination field of rules the specified bandwith. A pipe with 1Mbit e.g. would let 3 clients lend 1Mbit each so 3Mbit max. Normally this is used for download pipes.</li>
|
||||
<li>Choose source to give every IP in the source field of rules the specified bandwith. Normally this is used for download pipes.</li>
|
||||
<li>Leave this value empty if you want to create a pipe with a fixed bandwith.</li>
|
||||
]]></help>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -22,8 +22,9 @@
|
||||
<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>
|
||||
<li>Choose destination to evenly share every IP in destination field of rules the specified bandwith. A pipe with 1Mbit e.g. would let 4 clients lend 250Kbit each. Normally this is used for download queues.</li>
|
||||
<li>Choose source to evenly share every IP in the source field of rules the specified bandwith. Normally this is used for upload queues.</li>
|
||||
<li>Leave this value empty if you want to specify multiple queues with different weights.</li>
|
||||
]]></help>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user