updated config values to match optimal testing outcome

This commit is contained in:
medentem 2025-01-03 21:07:12 -06:00
parent 533ca5eec0
commit a4d76b2f94
2 changed files with 4 additions and 4 deletions

View File

@ -53,9 +53,9 @@ enum RxSource {
#define NUM_HASH_FUNCTIONS 2
// Base forwarding probability - never drop below this value
// 0.2 seems suitable because the worst case False Positive Rate of the
// coverage filter is 37%. That's if its fully saturated with 60 unique nodes.
#define BASE_FORWARD_PROB 0.2f
// 0.2 could be suitable because the worst case False Positive Rate of the
// coverage filter is 37%. That's if its saturated with 60 unique nodes.
#define BASE_FORWARD_PROB 0.0f
// Coverage scaling factor
#define COVERAGE_SCALE_FACTOR 4.0f

View File

@ -35,5 +35,5 @@
// "USERPREFS_USE_ADMIN_KEY_1": "{}",
// "USERPREFS_USE_ADMIN_KEY_2": "{}",
// "USERPREFS_NODEINFO_BROADCAST_CHANNEL_HASH": "8",
"USERPREFS_USE_COVERAGE_FILTER": "true",
"USERPREFS_USE_COVERAGE_FILTER": "true"
}