Allow broadcast packets to be sent directly instead of via the MST.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Apr 2012 23:57:25 +0000 (01:57 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Apr 2012 23:57:25 +0000 (01:57 +0200)
When the "Broadcast = direct" option is used, broadcast packets are not sent
and forwarded via the Minimum Spanning Tree to all nodes, but are sent directly
to all nodes that can be reached in one hop.

One use for this is to allow running ad-hoc routing protocols, such as OLSR, on
top of tinc.


No differences found