Don't forget about outgoing connections on host file read errors.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Jun 2017 21:36:52 +0000 (23:36 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Jun 2017 21:36:52 +0000 (23:36 +0200)
commit9a5e289493541c80890700b03b93ba5a1ba91905
tree13b7faa7ad6e92686cf8358d14b8cea567ad702a
parentd7a7797ef35e0fd81c975d41ccfd42a4d2a5ae38
Don't forget about outgoing connections on host file read errors.

If the host config file for an outgoing connection cannot be read, or if
it doesn't contain any Address, don't forget about the ConnectTo, but go
straight to MaxTimeout seconds for retries.
src/net_socket.c