mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Try doubling perf->cc_scale_max to 100.
This commit is contained in:
parent
0f396a5b3a
commit
6306350106
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue