projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rewrite grab-client code.
[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 resoves 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