Improve memory mapping.
[paraslash.git] / http_recv.ggo
index 5c4ef4ecf2bae9a4af946a7f3e7e6477860afa22..2f1b4d61d54b3be411e2fb78a509685d8f4b07c2 100644 (file)
@@ -1,2 +1,15 @@
-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