Merge branch 'master' into next
[paraslash.git] / ggo / udp_recv.ggo
1 option "host" i
2 "ip or host to receive udp packets from"
3 string default="224.0.1.38"
4 optional
5 details="
6         The default address resolves to DANTZ.MCAST.NET and activates
7         multicast.
8 "
9
10 option "port" p "udp port"
11 int typestr="portnumber"
12 default="8000"
13 optional
14
15 option "iface" I "receiving udp multicast interface"
16 string
17 optional