mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Add support for generated parent nodes (CPU core balancing)
This commit is contained in:
parent
30da53401b
commit
8fbe0a609b
@ -8,6 +8,12 @@ fqOrCAKE = 'cake diffserv4'
|
|||||||
upstreamBandwidthCapacityDownloadMbps = 1000
|
upstreamBandwidthCapacityDownloadMbps = 1000
|
||||||
upstreamBandwidthCapacityUploadMbps = 1000
|
upstreamBandwidthCapacityUploadMbps = 1000
|
||||||
|
|
||||||
|
# Devices in ShapedDevices.csv without a defined ParentNode will be placed under a generated
|
||||||
|
# parent node, evenly spread out across CPU cores. Here, define the bandwidth limit for each
|
||||||
|
# of those generated parent nodes.
|
||||||
|
generatedPNDownloadMbps = 1000
|
||||||
|
generatedPNUploadMbps = 1000
|
||||||
|
|
||||||
# Traffic from devices not specified in Shaper.csv will be rate limited by an HTB of this many Mbps
|
# Traffic from devices not specified in Shaper.csv will be rate limited by an HTB of this many Mbps
|
||||||
defaultClassCapacityDownloadMbps = 500
|
defaultClassCapacityDownloadMbps = 500
|
||||||
defaultClassCapacityUploadMbps = 500
|
defaultClassCapacityUploadMbps = 500
|
||||||
|
Loading…
Reference in New Issue
Block a user