mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Increase FP_NOVELTY_THRESHOLD to 15.0.
This commit is contained in:
parent
654be3259b
commit
fd9d341fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue