mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
make timing a little more conservative
This commit is contained in:
parent
3121ac156d
commit
2c00352b8e
1 changed files with 2 additions and 2 deletions
|
|
@ -719,7 +719,7 @@ end
|
|||
|
||||
|
||||
get_default_timeout = function()
|
||||
local timeout = {[0] = 10000, 7000, 5000, 3000, 2000, 2000}
|
||||
return timeout[nmap.timing_level()] or 3000
|
||||
local timeout = {[0] = 10000, 7000, 5000, 4000, 4000, 4000}
|
||||
return timeout[nmap.timing_level()] or 4000
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue