1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Increase FP_NOVELTY_THRESHOLD to 15.0.

This commit is contained in:
david
2012-01-17 20:33:37 +00:00
parent 654be3259b
commit fd9d341fc8

View File

@@ -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;