mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 04:49:02 +00:00
Try doubling perf->cc_scale_max to 100.
This commit is contained in:
@@ -1257,7 +1257,7 @@ static void init_perf_values(struct ultra_scan_performance_vars *perf) {
|
||||
perf->cc_incr = 1;
|
||||
else
|
||||
perf->cc_incr = 2;
|
||||
perf->cc_scale_max = 50;
|
||||
perf->cc_scale_max = 100;
|
||||
perf->initial_ccthresh = 75;
|
||||
perf->ping_magnifier = 3;
|
||||
perf->pingtime = 5000000;
|
||||
|
||||
Reference in New Issue
Block a user