X-Git-Url: http://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.texi;h=29e2bdc9553950b02342b9f588c1c41add89c303;hp=cb50e74af3f65f621a666c8fb399ad25e56fe010;hb=7a54fe5e884e98ade91af527c67f9c5df1452a50;hpb=6805b157312c1f9adeee0035f540f4cbd63a79fd diff --git a/doc/tinc.texi b/doc/tinc.texi index cb50e74a..29e2bdc9 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -958,6 +958,12 @@ This can be used to connect to UML, QEMU or KVM instances listening on the same Do NOT connect multiple tinc daemons to the same multicast address, this will very likely cause routing loops. Also note that this can cause decrypted VPN packets to be sent out on a real network if misconfigured. +@cindex fd +@item fd +Use a file descriptor. +All packets are read from this interface. +Packets received for the local node are written to it. + @cindex UML @item uml (not compiled in by default) Create a UNIX socket with the filename specified by @@ -1086,10 +1092,6 @@ which normally would prevent the peers from learning each other's LAN address. Currently, local discovery is implemented by sending some packets to the local address of the node during UDP discovery. This will not work with old nodes that don't transmit their local address. -@cindex LocalDiscoveryAddress -@item LocalDiscoveryAddress <@var{address}> -If this variable is specified, local discovery packets are sent to the given @var{address}. - @cindex Mode @item Mode = (router) This option selects the way packets are routed to other daemons.