mirror of
https://github.com/nmap/nmap.git
synced 2026-06-20 15:41:31 +00:00
Raise timeout for SMB scans to 20 seconds -- I got several error reports due to timeouts
This commit is contained in:
parent
d1a77bb85e
commit
74ffd7b4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ status_names = {}
|
|||
local mutexes = setmetatable({}, {__mode = "k"});
|
||||
--local debug_mutex = nmap.mutex("SMB-DEBUG")
|
||||
|
||||
local TIMEOUT = 5000
|
||||
local TIMEOUT = 20000
|
||||
|
||||
---Returns the mutex that should be used by the current connection. This mutex attempts
|
||||
-- to use the name, first, then falls back to the IP if no name was returned.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue