mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Add files via upload
This commit is contained in:
18
LibreQoS.py
18
LibreQoS.py
@@ -74,17 +74,17 @@ def createTestClientsPool(slash16, quantity):
|
|||||||
######################################################## ########################################################
|
######################################################## ########################################################
|
||||||
########################################################################################################################################
|
########################################################################################################################################
|
||||||
|
|
||||||
fqOrCAKE = 'fq_codel' #'fq_codel' or 'cake'
|
fqOrCAKE = 'fq_codel' #'fq_codel' or 'cake'
|
||||||
# Cake requires many specific packages and kernel changes.
|
# Cake requires many specific packages and kernel changes.
|
||||||
# For more information visit https://www.bufferbloat.net/projects/codel/wiki/Cake/
|
# For more information visit https://www.bufferbloat.net/projects/codel/wiki/Cake/
|
||||||
# as well as https://github.com/dtaht/tc-adv
|
# and https://github.com/dtaht/tc-adv
|
||||||
pipeBandwidthCapacityMbps = 500 # How many symmetrical Mbps is available to the edge of this test network
|
pipeBandwidthCapacityMbps = 500 # How many symmetrical Mbps is available to the edge of this test network
|
||||||
interfaceA = 'eth4' # Interface connected to edge
|
interfaceA = 'eth4' # Interface connected to edge
|
||||||
interfaceB = 'eth5' # Interface connected to core
|
interfaceB = 'eth5' # Interface connected to core
|
||||||
downSpeedDict = {25:30, 50:55, 100:115}
|
downSpeedDict = {25:30, 50:55, 100:115}
|
||||||
upSpeedDict = {25:3 , 50:5, 100:15}
|
upSpeedDict = {25:3 , 50:5, 100:15}
|
||||||
enableActualShellCommands = False # Allow execution of these shell commands. Default is False where commands print to console.
|
enableActualShellCommands = False # Allow execution of these shell commands. Default is False where commands print to console.
|
||||||
runShellCommandsAsSudo = False # Add 'sudo' before execution of any shell commands. Default is False.
|
runShellCommandsAsSudo = False # Add 'sudo' before execution of any shell commands. Default is False.
|
||||||
|
|
||||||
#Clients
|
#Clients
|
||||||
clientsList = []
|
clientsList = []
|
||||||
|
|||||||
Reference in New Issue
Block a user