pub const CONNECT_TIMEOUT_SECS: u64 = 15;
Time allowed to establish the TCP/TLS connection, within the total timeout above. Separate because a host that never answers should fail in seconds, not in minutes.