tinc/doc
Guus Sliepen 5674bba5c5 Allow weight to be assigned to Subnets.
Tinc allows multiple nodes to own the same Subnet, but did not have a sensible
way to decide which one to send packets to. Tinc also did not check the
reachability of nodes when deciding where to route packets to, so it would not
automatically fail over to a reachable node.

Tinc now assigns a weight to each Subnet. The default weight is 10, with lower
weights having higher priority.  The Subnets are now internally sorted in the
same way as the kernel's routing table, and the Subnets are search linearly,
skipping those of unreachable nodes. A small cache of recently used addresses
is used to speed up the lookup functions.
2009-03-05 13:34:13 +01:00
..
sample-config Simplify logging, update copyrights and some minor cleanups. 2003-07-12 17:41:48 +00:00
CONNECTIVITY Update copyright notices, remove Ivo's email address. 2006-04-26 13:52:58 +00:00
Makefile.am Fix rule that creates html version of manpages. 2006-12-16 16:26:08 +00:00
NETWORKING Update copyright notices, remove Ivo's email address. 2006-04-26 13:52:58 +00:00
PROTOCOL Update copyright notices, remove Ivo's email address. 2006-04-26 13:52:58 +00:00
SECURITY2 Update copyright notices, remove Ivo's email address. 2006-04-26 13:52:58 +00:00
tinc.conf.5.in Allow weight to be assigned to Subnets. 2009-03-05 13:34:13 +01:00
tinc.texi Allow weight to be assigned to Subnets. 2009-03-05 13:34:13 +01:00
tincd.8.in Update copyright notices, remove Ivo's email address. 2006-04-26 13:52:58 +00:00
tincinclude.texi.in Remove unused stuff from doc/. 2003-08-08 14:07:12 +00:00