mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Increase hash table size to allow 128k mapped IPs.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
// Maximum number of client IPs we are tracking
|
||||
#define MAX_TRACKED_IPS 64000
|
||||
#define MAX_TRACKED_IPS 128000
|
||||
|
||||
// Maximum number of TC class mappings to support
|
||||
#define IP_HASH_ENTRIES_MAX 64000
|
||||
#define IP_HASH_ENTRIES_MAX 128000
|
||||
|
||||
// Maximum number of supported CPUs
|
||||
#define MAX_CPUS 1024
|
||||
|
||||
Reference in New Issue
Block a user