X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fmcd.texi;h=a161f0389fb6e80bb8c0f2724aca6e5c8c377ca4;hb=6fc6d4f97d051bb1ff828c74a17939a40a08c66c;hp=958e0feb7380a48e2bb7da3f255115270bcada96;hpb=512f39be16c63a9ab0a9f27d40c9cfbb2339f9c2;p=nncp.git diff --git a/doc/mcd.texi b/doc/mcd.texi index 958e0fe..a161f03 100644 --- a/doc/mcd.texi +++ b/doc/mcd.texi @@ -1,4 +1,6 @@ @node MCD +@cindex MCD +@cindex multicast discovery @unnumbered MultiCast Discovery MCD is an addition to online @ref{Sync, synchronization protocol}, that @@ -7,10 +9,11 @@ in local area network. It is very simple: @itemize @item - @ref{nncp-daemon} sends multicast messages about its presence from - time to time. See @ref{CfgMCDSend, mcd-send} configuration option. + @command{@ref{nncp-daemon}} sends multicast messages about its + presence from time to time. See @ref{CfgMCDSend, mcd-send} + configuration option. @item - When @ref{nncp-caller} sees them, it adds them as the most + When @command{@ref{nncp-caller}} sees them, it adds them as the most preferred addresses to already known ones. If MCD address announcement was not refreshed after two minutes -- it is removed. See @ref{CfgMCDListen, mcd-listen} and @@ -30,5 +33,5 @@ identifier of the node. It is sent as UDP packet on IPv6 @strong{@verb{|ff02::4e4e:4350|}} (hexadecimal ASCII @verb{|NNCP|}) multicast address and @strong{5400} port. Operating system will use IPv6 link-local address as a source one, with the port taken from -@command{nncp-daemon}'s @option{-bind} option. That way, IP packet +@command{@ref{nncp-daemon}}'s @option{-bind} option. That way, IP packet itself will carry the link-scope reachable address of the daemon.