Added reference to networknotify
[wiki] / 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.
+
 ---