summaryrefslogtreecommitdiffstats
path: root/src/clientconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientconfig.h')
-rw-r--r--src/clientconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clientconfig.h b/src/clientconfig.h
index f35f673..ab1cff8 100644
--- a/src/clientconfig.h
+++ b/src/clientconfig.h
@@ -11,6 +11,7 @@
#define RTT_THRESHOLD_FACTOR(us) (((us) * 2) / 3) // 2/3 = current to best must be 33% worse
#define RTT_ABSOLUTE_THRESHOLD (80000) // Or 80ms worse
#define RTT_UNREACHABLE 0x7FFFFFFul // Use this value for timeout/unreachable as RTT. Don't set too high or you might get overflows. 0x7FFFFFF = 134 seconds
+#define RTT_UNKNOWN (RTT_UNREACHABLE / 2)
// This must be a power of two:
#define RTT_BLOCK_SIZE 4096