Add LocalDiscovery option which tries to detect peers on the local network.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 22 Feb 2012 22:17:43 +0000 (23:17 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 22 Feb 2012 22:17:43 +0000 (23:17 +0100)
commit5a28aa7b8b0ab6237c2eab5f8b11253ea3ec5a05
tree5949c099fa9529189ce139a9ff6ca1f0cc4a2152
parent8e717ddb602f01f656369106ec0398efbe9ca4a4
Add LocalDiscovery option which tries to detect peers on the local network.

Currently, this is implemented by sending IPv4 broadcast packets to the
LAN during path MTU discovery.
doc/tinc.conf.5.in
doc/tinc.texi
src/graph.c
src/net.h
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/node.h