]> git.tuebingen.mpg.de Git - paraslash.git/blob - ggo/http_recv.m4
Introduce filter_node->min_iqs.
[paraslash.git] / ggo / http_recv.m4
1 include(header.m4)
2 include(buffer_tree.m4)
3
4 <qu>
5 option "host" i
6 #~~~~~~~~~~~~~~
7 "ip or host"
8 string
9 default="localhost"
10 optional
11 details="
12         Both IPv4 and IPv6 addresses are supported.
13 "
14
15 option "port" p
16 #~~~~~~~~~~~~~~
17 "tcp port to connect to"
18 int default="8000"
19 optional
20 </qu>