]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send_common.c
paraslash 0.4.2
[paraslash.git] / send_common.c
index d9616248b5dcf1a814ef7e3c457891bdd64c2ffb..f931fdaf75eb3630f52f59b7f5019b16f8aa490b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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;