commit 0dc9c98b40336299c43db9880437418179470df7 parent 2735ce0493fcec3789f37346fa94d3abd7411540 Author: sin <sin@2f30.org> Date: Tue, 22 Mar 2016 12:04:19 +0000 comment Diffstat:
M | stun.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/stun.c b/stun.c @@ -642,6 +642,7 @@ main(int argc, char *argv[]) if (sflag) return serversetup(tunfd); + /* auto-reconnect client */ for (;;) { clientsetup(tunfd); sleep(1);