X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo%2Fudp_recv.ggo;h=4c37eace5affa02a9cdb90e1aecbe65a12e9e184;hp=6ad09f47e35a836adff3e3356dc715fe6becd891;hb=fd2ef6eb6b306415f3e3d9ed5004cf982e757656;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691 diff --git a/ggo/udp_recv.ggo b/ggo/udp_recv.ggo index 6ad09f47..4c37eace 100644 --- a/ggo/udp_recv.ggo +++ b/ggo/udp_recv.ggo @@ -3,7 +3,7 @@ option "host" i string default="224.0.1.38" optional details=" - The default address resoves to DANTZ.MCAST.NET and activates + The default address resolves to DANTZ.MCAST.NET and activates multicast. " @@ -11,3 +11,7 @@ option "port" p "udp port" int typestr="portnumber" default="8000" optional + +option "iface" I "receiving udp multicast interface" +string +optional