mirror of
https://github.com/nmap/nmap.git
synced 2026-09-02 08:20:52 +00:00
Use the same pipeline request timeout consistently across connections
This commit is contained in:
parent
c98b77bd65
commit
65e0368740
1 changed files with 1 additions and 1 deletions
|
|
@ -2029,7 +2029,7 @@ function pipeline_go(host, port, all_requests)
|
|||
if not socket then
|
||||
return nil
|
||||
end
|
||||
socket:set_timeout(10000)
|
||||
socket:set_timeout(pipeline_comm_opts.request_timeout)
|
||||
partial = ""
|
||||
connsent = 0
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue