From fd9d341fc8da698a8c9954c02c85643e84ccc9ad Mon Sep 17 00:00:00 2001 From: david Date: Tue, 17 Jan 2012 20:33:37 +0000 Subject: [PATCH] Increase FP_NOVELTY_THRESHOLD to 15.0. --- FPEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FPEngine.h b/FPEngine.h index c46a89e57..4913a99ef 100644 --- a/FPEngine.h +++ b/FPEngine.h @@ -124,7 +124,7 @@ class FingerPrintResultsIPv6; /* Even with a successful classification, we may not consider a match good if it is too different from other members of the class. */ -#define FP_NOVELTY_THRESHOLD 10.0 +#define FP_NOVELTY_THRESHOLD 15.0 const unsigned int OSDETECT_FLOW_LABEL = 0x12345;