mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update README.md
This commit is contained in:
parent
8817a12061
commit
b75b8ce3b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user