]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.ggo
Loglevel adjustments.
[paraslash.git] / server.ggo
index 230d1dd0708255d43dc714421bf0bfd5c2f7873b..2a5fabc30e61e3385475407897ce45879e86fe4b 100644 (file)
@@ -4,19 +4,19 @@ section "General options"
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
-"set loglevel (1-6)"
+"set loglevel (0-6)"
 int typestr="level"
 int typestr="level"
-default="4"
+default="3"
 optional
 details="
 optional
 details="
-       Larger values mean less verbose output. Loglevel 1 (debug) gets
-       really noisy; a value of 2 (info) produces still noisy output,
+       Larger values mean less verbose output. Loglevel 0 (debug) gets
+       really noisy; a value of 1 (info) produces still noisy output,
        but this won't fill up the disk quicky. Messaged logged with
        but this won't fill up the disk quicky. Messaged logged with
-       loglevel 3 (notice) indicate normal but significant events
-       while level 4 (warning) logs unexpected events that can be
+       loglevel 2 (notice) indicate normal but significant events
+       while level 3 (warning) logs unexpected events that can be
        handled. Unhandled error conditions are logged with loglevel
        handled. Unhandled error conditions are logged with loglevel
-       5 (error) and crititcal errors are logged using loglevel 6
-       (crit).  Finally, loglevel 7 (emerg) is reserved for messages
+       4 (error) and crititcal errors are logged using loglevel 5
+       (crit).  Finally, loglevel 6 (emerg) is reserved for messages
        that cause para_server to terminate immediately.
 "
 
        that cause para_server to terminate immediately.
 "
 
@@ -315,7 +315,7 @@ optional
 multiple
 details="
        Add given host/port to the list of targets.  This option
 multiple
 details="
        Add given host/port to the list of targets.  This option
-       can be given multiple times.  Example: '224.0.1.38:1500'
+       can be given multiple times. Example: '224.0.1.38:1500'
        instructs the udp sender to send to udp port 1500 on host
        224.0.1.38 (unassigned ip in the Local Network Control Block
        224.0.0/24). This is useful for multicast streaming.
        instructs the udp sender to send to udp port 1500 on host
        224.0.1.38 (unassigned ip in the Local Network Control Block
        224.0.0/24). This is useful for multicast streaming.
@@ -353,3 +353,15 @@ details="
        that this affects only ogg vorbis streams as this is the only
        audio format that needs an audio file header.
 "
        that this affects only ogg vorbis streams as this is the only
        audio format that needs an audio file header.
 "
+
+option "udp_ttl" t
+#~~~~~~~~~~~~~~~~~
+"set time to live value"
+int typestr="num"
+default="10"
+optional
+details="
+       This option instructs the udp sender to set the time to live to
+       \"num\" for the sending udp socket. Only useful for multicast
+       udp streaming.
+"