mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Increase FP_NOVELTY_THRESHOLD to 15.0.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user