tinc/doc
Etienne Dechamps e16ade874d Use edge local addresses for local discovery.
This introduces a new way of doing local discovery: when tinc has
local address information for the recipient node, it will send local
discovery packets directly to the local address of that node, instead
of using broadcast packets.

This new way of doing local discovery provides numerous advantages compared to
using broadcasts:

 - No broadcast packets "polluting" the local network;

 - Reliable even if the sending host has multiple network interfaces (in
   contrast, broadcasts will only be sent through one unpredictable
   interface)

 - Works even if the two hosts are not on the same broadcast domain. One
   example is a large LAN where the two hosts might be on different local
   subnets. In fact, thanks to UDP hole punching this might even work if
   there is a NAT sitting in the middle of the LAN between the two nodes!

 - Sometimes a node is reachable through its "normal" address, and via a
   local subnet as well. One might think the local subnet is the best route
   to the node in this case, but more often than not it's actually worse -
   one example is where the local segment is a third party VPN running in
   parallel, or ironically it can be the local segment formed by the tinc
   VPN itself! Because this new algorithm only checks the addresses for
   which an edge is already established, it is less likely to fall into
   these traps.
2014-06-29 11:23:32 +01:00
..
sample-config Simplify logging, update copyrights and some minor cleanups. 2003-07-12 17:41:48 +00:00
CONNECTIVITY Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
Makefile.am Automake doesn't like info files being mentioned in CLEANFILES. 2013-09-08 14:42:32 +02:00
NETWORKING Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
PROTOCOL Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
SECURITY2 Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
SPTPS Make sure the signature also covers the session label. 2012-03-18 21:24:46 +01:00
tinc-gui.8.in Add manpage for tinc-gui. 2011-06-26 13:17:50 +02:00
tinc.8.in Rename ECDSA to Ed25519. 2014-05-18 20:47:04 +02:00
tinc.conf.5.in Use edge local addresses for local discovery. 2014-06-29 11:23:32 +01:00
tinc.texi Rename ECDSA to Ed25519. 2014-05-18 20:47:04 +02:00
tincd.8.in Rename tincctl to tinc. 2013-03-08 16:22:56 +01:00
tincinclude.texi.in Remove unused stuff from doc/. 2003-08-08 14:07:12 +00:00