From: Christof Douma Date: Wed, 31 Jul 2013 22:09:48 +0000 (+0200) Subject: Added reference to networknotify X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=f42c6a69690b05d49fc2816db882fe7ee859f089 Added reference to networknotify --- diff --git a/examples/osx-install.mdwn b/examples/osx-install.mdwn index c64632c..bdb237a 100644 --- a/examples/osx-install.mdwn +++ b/examples/osx-install.mdwn @@ -98,6 +98,14 @@ To list all services monitored by launchd: If tinc has been configured with launchd, you will see tinc.myvpn listed with a process id. +#### Handle standby and other network interrupts + +Tinc automatically tries to reconnect, but this takes time and the longer there +is no connection, the longer tinc waits to try and reconnect again. A small +tool is available at https://gitorious.org/tinc-on-osx/networknotify which will +signal tinc to reconnect when the network connection is available. It uses OS +X its network reachability framework and can be build using Xcode. + ---