Commits

Andy Green authored 36ec353daca
client: allow setting overall connect timeout from vh init Add a member to the vh init struct allowing control of the overall connection wait introduced in an earlier patch. Set it to 20s by default. The timeout_secs member controls the individual DNS result connect timeout and is reduced to 5s by default.