projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Re-revert "Auto-adjust fecdec output buffer size."
[paraslash.git]
/
ggo
/
http_recv.ggo
1
option "host" i
2
#~~~~~~~~~~~~~~
3
"ip or host"
4
string
5
default="localhost"
6
optional
7
details="
8
Both IPv4 and IPv6 addresses are supported.
9
"
10
11
option "port" p
12
#~~~~~~~~~~~~~~
13
"tcp port to connect to"
14
int default="8000"
15
optional