Add timeouts to 'tinc join'
authorKirill Isakov <bootctl@gmail.com>
Sun, 5 Jun 2022 11:06:05 +0000 (17:06 +0600)
committerKirill Isakov <bootctl@gmail.com>
Sun, 5 Jun 2022 11:06:05 +0000 (17:06 +0600)
Since server tarpits suspicious connections, `tinc join` doesn't have
the best UX (if anything is broken on server's side, `tinc join` just
hangs indefinitely).

Since we don't want to leak information to the client, add timeouts on
the client side and notify the user that something is amiss if timeout
is reached.


No differences found