]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Make new dccp FEC parameters optional.
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Jun 2010 18:58:32 +0000 (20:58 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 19 Jun 2010 18:58:32 +0000 (20:58 +0200)
Defaults should do for most scenarios.

ggo/server.m4

index af5d8f633b59d55537af83ebe2ebc8d9f915dd9d..7f2d975970b133d0fb50b023d568cfd8497a79c3 100644 (file)
@@ -242,6 +242,7 @@ option "dccp_max_slice_size" -
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 "Upper bound for the FEC slice size"
 int typestr = "size"
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 "Upper bound for the FEC slice size"
 int typestr = "size"
+optional
 default = "0"
 details = "
        If this value is non-positive (the default) the dccp sender
 default = "0"
 details = "
        If this value is non-positive (the default) the dccp sender
@@ -260,6 +261,7 @@ option "dccp_data_slices_per_group" -
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 "The number of non-redundant slices per FEC group"
 int typestr = "num"
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 "The number of non-redundant slices per FEC group"
 int typestr = "num"
+optional
 default = "3"
 details = "
        This determines the number of slices in each FEC group that are
 default = "3"
 details = "
        This determines the number of slices in each FEC group that are
@@ -274,6 +276,7 @@ option "dccp_slices_per_group" -
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 "The total number of slices per FEC group"
 int typestr = "num"
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 "The total number of slices per FEC group"
 int typestr = "num"
+optional
 default = "4"
 details = "
        This value must be larger than the value given for above
 default = "4"
 details = "
        This value must be larger than the value given for above