horiz_scan_thresholds : set[count]
Notice if for a pair (orig, signature) the number of different responders has reached one of the thresholds in this set.
Note: This variable isconst
, so may only be changed viaredef
.
vert_scan_thresholds : set[count]
Notice if for a pair (orig, resp) the number of different signature matches has reached one of the thresholds in this set.
Note: This variable isconst
, so may only be changed viaredef
.