From 0ad0d84635b3aedd796542165ca57d32ba4764e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Fri, 9 Sep 2022 14:30:12 -0600 Subject: [PATCH] XDP toggle --- v1.2/ispConfig.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v1.2/ispConfig.py b/v1.2/ispConfig.py index ba1f7103..308cdb78 100644 --- a/v1.2/ispConfig.py +++ b/v1.2/ispConfig.py @@ -24,9 +24,9 @@ interfaceA = 'eth1' # Interface connected to edge router interfaceB = 'eth2' -# Shape by Site in addition to by AP and Client -# Now deprecated, was only used prior to v1.1 -# shapeBySite = True +# Use XDP? If yes, multiple CPU cores can be used. Limits to IPv4 only. Throughput of 11 Gbps+ +# If using IPv6, choose False. False will limit throughput to 3-6 Gbps +usingXDP = False # Allow shell commands. False causes commands print to console only without being executed. # MUST BE ENABLED FOR PROGRAM TO FUNCTION