1
0
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:
nnposter
2024-12-01 15:08:42 +00:00
parent c98b77bd65
commit 65e0368740

View File

@@ -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