projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 't/generic_match_count'
[paraslash.git]
/
ggo
/
http_recv.m4
1
include(header.m4)
2
3
<qu>
4
option "host" i
5
#~~~~~~~~~~~~~~
6
"ip or host"
7
string
8
default="localhost"
9
optional
10
details="
11
Both IPv4 and IPv6 addresses are supported.
12
"
13
14
option "port" p
15
#~~~~~~~~~~~~~~
16
"tcp port to connect to"
17
int default="8000"
18
optional
19
</qu>