Update LibreQoS.py

This commit is contained in:
rchac
2020-10-02 10:02:25 -06:00
committed by GitHub
parent ab8a76c694
commit 3b872624a6

View File

@@ -78,7 +78,7 @@ def createTestClientsPool(slash16, quantity):
#########################################################################################################
fqOrCAKE = 'cake' #'fq_codel' or 'cake'
pipeBandwidthCapacityMbps = 1500 # How many symmetrical Mbps is the edge of this test network
pipeBandwidthCapacityMbps = 2000 # How many symmetrical Mbps is available to the edge of this test network
interfaceA = 'ens19' # Interface connected to edge
interfaceB = 'ens20' # Interface connected to core
downSpeedDict = {25:30, 50:55, 100:115}