From ec8d2338e12317520947e38c07524743aa41b406 Mon Sep 17 00:00:00 2001 From: rchac Date: Fri, 2 Oct 2020 13:17:50 -0600 Subject: [PATCH] Add files via upload --- LibreQoS.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LibreQoS.py b/LibreQoS.py index 0a102194..c8eb9e7d 100644 --- a/LibreQoS.py +++ b/LibreQoS.py @@ -78,13 +78,13 @@ fqOrCAKE = 'fq_codel' #'fq_codel' or 'cake' # Cake requires many specific packages and kernel changes. # For more information visit https://www.bufferbloat.net/projects/codel/wiki/Cake/ # as well as https://github.com/dtaht/tc-adv -pipeBandwidthCapacityMbps = 500 # How many symmetrical Mbps is available to the edge of this test network -interfaceA = 'eth4' # Interface connected to edge -interfaceB = 'eth5' # Interface connected to core +pipeBandwidthCapacityMbps = 500 # How many symmetrical Mbps is available to the edge of this test network +interfaceA = 'eth4' # Interface connected to edge +interfaceB = 'eth5' # Interface connected to core downSpeedDict = {25:30, 50:55, 100:115} upSpeedDict = {25:3 , 50:5, 100:15} -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. +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. #Clients clientsList = []