X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send_common.c;h=f931fdaf75eb3630f52f59b7f5019b16f8aa490b;hb=3b5747b46102fad9d2707f0ff8e63010ef932d6b;hp=92c9ab3b982aceed323f47c1c760493ab5a4f5b8;hpb=6668ac4a8c7f2a92efb9e6d405d954beff77d230;p=paraslash.git diff --git a/send_common.c b/send_common.c index 92c9ab3b..f931fdaf 100644 --- a/send_common.c +++ b/send_common.c @@ -477,7 +477,7 @@ int parse_fec_url(const char *arg, struct sender_command_data *scd) goto out; } /* use default fec parameters. */ - scd->max_slice_bytes = 1490; + scd->max_slice_bytes = 1472; scd->slices_per_group = 16; scd->data_slices_per_group = 14; ret = 0;