Re: Any way to set connect-timeout per-IP, not global?

2024-10-11 Thread Dan Fandrich via curl-users
On Fri, Oct 11, 2024 at 06:47:09PM +0300, ValdikSS via curl-users wrote: > Currently curl, when used with --connect-timeout option, uses it as a global > timeout for the whole > connection set, decreasing the timeout for each IP address in half every > connection attempt. > > If several IP addre

Re: Any way to set connect-timeout per-IP, not global?

2024-10-11 Thread Daniel Stenberg via curl-users
On Fri, 11 Oct 2024, ValdikSS via curl-users wrote: Currently curl, when used with --connect-timeout option, uses it as a global timeout for the whole connection set, decreasing the timeout for each IP address in half every connection attempt. When you use curl 8.3.0 or later, curl stops the

Any way to set connect-timeout per-IP, not global?

2024-10-11 Thread ValdikSS via curl-users
Hello list, Currently curl, when used with --connect-timeout option, uses it as a global timeout for the whole connection set, decreasing the timeout for each IP address in half every connection attempt. If several IP addresses from the top of DNS resolution are not working, the others (pote