X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Fserver.m4;fp=ggo%2Fserver.m4;h=65da7436786b59917956cdea2d0bc36ee64abb9d;hb=82ec559332572814f76a8db3ed6751792687570d;hp=30c3b41a45919715ca495c80697fb618d16f0068;hpb=7e254dc5041cc79249bf5307a19c9e04882cb3bf;p=paraslash.git diff --git a/ggo/server.m4 b/ggo/server.m4 index 30c3b41a..65da7436 100644 --- a/ggo/server.m4 +++ b/ggo/server.m4 @@ -292,11 +292,19 @@ option "udp_ttl" t #~~~~~~~~~~~~~~~~~ "set time to live value" int typestr="num" -default="10" +default="-1" optional details=" - This option instructs the udp sender to set the time to live to - \"num\" for the sending udp socket. Only useful for multicast - udp streaming. + This option applies exclusively to multicast UDPv4/v6 streaming. + + For the sending UDPv4 socket it sets the multicast Time-To-Live + value to \"num\". Traditional TTL scope values are: 0=host, + 1=network, 32=same site, 64=same region, 128=same continent, + 255=unrestricted. Please note however that this scoping is not + a good solution: RFC 2365 e.g. presents a better alternative. + + When using UDPv6 multicasting, the option sets the number of + multicast hops (as described in RFC 3493); a value of -1 + allows the kernel to auto-select the hop value. "