X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.ggo;h=2f1b4d61d54b3be411e2fb78a509685d8f4b07c2;hp=925e4e6434f9d11f99bfecb318114c5609825386;hb=9627e8157c8c916555b993d7254b0b638815ebc1;hpb=1f556ae88bd8c85d4452f689f532f5a6abeabe92 diff --git a/http_recv.ggo b/http_recv.ggo index 925e4e64..2f1b4d61 100644 --- a/http_recv.ggo +++ b/http_recv.ggo @@ -1,3 +1,15 @@ -section "options of the http receiver" -option "host" i "ip or host" string default="localhost" no -option "port" p "tcp port to connect to" int default="8000" no +option "host" i +#~~~~~~~~~~~~~~ +"ip or host" +string +default="localhost" +optional +details=" + Both IPv4 and IPv6 addresses are supported. +" + +option "port" p +#~~~~~~~~~~~~~~ +"tcp port to connect to" +int default="8000" +optional