Build receivers, filters and writers without -h and -V support.
[paraslash.git] / m4 / gengetopt / udp_recv.m4
1 args "--no-version --no-help"
2
3 option "host" i
4 "ip or host to receive udp packets from"
5 string default="224.0.1.38"
6 optional
7 details="
8         The default address resolves to DANTZ.MCAST.NET and activates
9         multicast.
10 "
11
12 option "port" p "udp port"
13 int typestr="portnumber"
14 default="8000"
15 optional
16
17 option "iface" I "receiving udp multicast interface"
18 string
19 optional