From b75b8ce3b225920de6ab56a9925726d3f02d1a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sat, 10 Sep 2022 06:28:41 -0600 Subject: [PATCH] Update README.md --- v1.2/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/v1.2/README.md b/v1.2/README.md index 0b10adb0..f8f22ec7 100644 --- a/v1.2/README.md +++ b/v1.2/README.md @@ -22,6 +22,17 @@ New minimums apply to upload and download parameters: ShapedDevices.csv now has a field for Circuit ID. If the listed Circuit ID is the same between two or more devices, those devices will all be placed into the same queue. If a Circuit ID is not provided for a device, it gets its own circuit. Circuit Name is optional, but recommended. The client's service loction address might be good to use as the Circuit Name. +# IPv6 Support / XDP Toggle +You can optionally disable XDP, which limits queuing to just one CPU core. + +The benefit here is IPv6 support becomes possible again - ableit with lower max throughput. + +You can expect 3-6 Gbps of throughput without using XDP (IPv4 + IPv6), or 11+ Gbps with XDP (IPv4 only). + +To disable XDP, go to ispConfig.py and set: + +```usingXDP = False``` + ## UISP Integration This integration fully maps out your entire UISP network. Add UISP info under "Optional UISP integration" in ispConfig.py