vss: unify calls to the FEC layer
[paraslash.git] / send_common.c
index b44c8133d821ef2611650eee0ea40039af18bbc3..3b238014b526d311e4cb6871ea2aecf5cabe8e5b 100644 (file)
@@ -480,7 +480,7 @@ int parse_fec_url(const char *arg, struct sender_command_data *scd)
                goto out;
        }
        /* use default fec parameters. */
-       scd->max_slice_bytes = 1472;
+       scd->max_slice_bytes = 0;
        scd->slices_per_group = 16;
        scd->data_slices_per_group = 14;
        ret = 0;