]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.ggo
string.c: Fix a typo.
[paraslash.git] / server.ggo
index 95e81b37839a76fcc0428492579e8e199fa58c60..e7149145d56f430dee2c6d7a3a4775fc602f2f33 100644 (file)
@@ -124,14 +124,6 @@ option "announce_time" A
        optional
 
 
-option "selector" S
-#~~~~~~~~~~~~~~~~~~
-
-"(default=random)"
-
-       string typestr="name"
-       optional
-
 #############################
 section "audio file selector"
 #############################
@@ -236,10 +228,31 @@ option "dccp_port" -
 "port for dccp streaming"
 
        int typestr="portnumber"
-       default="5001"
+       default="8000"
+       optional
+
+option "dccp_default_deny" -
+#~~~~~~~~~~~~~~~~~~~~~~~~~~~
+"See http_default_deny"
+
+       flag off
+
+option "dccp_access" -
+#~~~~~~~~~~~~~~~~~~~~~
+"See http_access"
+
+       string typestr="a.b.c.d/n"
        optional
+       multiple
 
+option "dccp_max_clients" -
+#~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+"see http_max_clients"
 
+       int typestr="number"
+       default="-1"
+       optional
 
 
 section "ortp sender"