Improve memory mapping.
[paraslash.git] / http_recv.ggo
index c368efd7ad301339b86d02574f2b4e4f721152cc..2f1b4d61d54b3be411e2fb78a509685d8f4b07c2 100644 (file)
@@ -1,3 +1,15 @@
-section "options of the http receiver"
-option "host" i "ip or host" string default="localhost" optional
-option "port" p "tcp port to connect to" int default="8000" optional
+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