From: Andre Noll Date: Sat, 19 Jun 2010 18:58:32 +0000 (+0200) Subject: Make new dccp FEC parameters optional. X-Git-Tag: v0.4.3~13^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=18f8523446329aaabbcdd14ec2be6fc27802ef4f;ds=sidebyside Make new dccp FEC parameters optional. Defaults should do for most scenarios. --- diff --git a/ggo/server.m4 b/ggo/server.m4 index af5d8f63..7f2d9759 100644 --- a/ggo/server.m4 +++ b/ggo/server.m4 @@ -242,6 +242,7 @@ option "dccp_max_slice_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 @@ -260,6 +261,7 @@ option "dccp_data_slices_per_group" - #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "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 @@ -274,6 +276,7 @@ option "dccp_slices_per_group" - #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "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