From: Guus Sliepen Date: Tue, 2 Mar 2010 21:55:24 +0000 (+0100) Subject: Add the DirectOnly option. X-Git-Tag: release-1.0.13~14 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=3e4829e78a3c7f7e19017d05611e5b69d5268119;hp=3e4829e78a3c7f7e19017d05611e5b69d5268119 Add the DirectOnly option. When this option is enabled, packets that cannot be sent directly to the destination node, but which would have to be forwarded by an intermediate node, are dropped instead. When combined with the IndirectData option, packets for nodes for which we do not have a meta connection with are also dropped. ---