Added reference to networknotify
authorChristof Douma <christof@douma-online.nl>
Wed, 31 Jul 2013 22:09:48 +0000 (00:09 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 1 Aug 2013 22:30:57 +0000 (00:30 +0200)
examples/osx-install.mdwn

index c64632c..bdb237a 100644 (file)
@@ -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.
+
 ---