Really retry outgoing connections immediately if requested.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 2 Aug 2013 18:53:54 +0000 (20:53 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 2 Aug 2013 18:53:54 +0000 (20:53 +0200)
commitf3a2bed063d98961d0619ca318185740f8cf6f99
treeadfd7fb217446306a6b324e68d51ddbd8f0f0903
parent1e7d1cd3c72cc478482fb75b15f9f50745b68504
Really retry outgoing connections immediately if requested.

The retry() function would only abort connections that were in progress of
being made, it wouldn't reschedule the outgoing connections that had been
sleeping.
src/net.c