mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 17:09:02 +00:00
Use the same pipeline request timeout consistently across connections
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user