aft.c: Move definition of "buf" down a bit.
[paraslash.git] / server.ggo
index 6d824152d23165df92886d3059d0e6523cf339c1..e7149145d56f430dee2c6d7a3a4775fc602f2f33 100644 (file)
@@ -228,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"