XDP toggle

This commit is contained in:
Robert Chacón 2022-09-09 14:30:12 -06:00 committed by GitHub
parent 0370f7ced8
commit 0ad0d84635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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