projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move ggo files to a separate directory.
[paraslash.git]
/
ggo
/
dccp_recv.ggo
1
option "host" i
2
"ip or host"
3
string default="localhost"
4
optional
5
details="
6
Both IPv4 and IPv6 addresses are supported.
7
"
8
9
option "port" p
10
"port to connect to"
11
int
12
default="8000"
13
optional