X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=6b4770a8816e728767157a31912bf1cbb9d24987;hp=230d1dd0708255d43dc714421bf0bfd5c2f7873b;hb=0463f2b6ca562e53c9d8bb8ae29d2efd29b55572;hpb=9692b4241bc316665bd5b6810ea8af83057a0a89 diff --git a/server.ggo b/server.ggo index 230d1dd0..6b4770a8 100644 --- a/server.ggo +++ b/server.ggo @@ -315,7 +315,7 @@ optional multiple details=" Add given host/port to the list of targets. This option - can be given multiple times. Example: '224.0.1.38:1500' + can be given multiple times. Example: '224.0.1.38:1500' instructs the udp sender to send to udp port 1500 on host 224.0.1.38 (unassigned ip in the Local Network Control Block 224.0.0/24). This is useful for multicast streaming. @@ -353,3 +353,15 @@ details=" that this affects only ogg vorbis streams as this is the only audio format that needs an audio file header. " + +option "udp_ttl" t +#~~~~~~~~~~~~~~~~~ +"set time to live value" +int typestr="num" +default="10" +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. +"