X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=7d4f1c79939210cb2acf7d74108b3fe34bcac347;hp=0343feb633c8d34319c70320e0081c701d18d0fe;hb=b15735ae7de59e0d9db43f23388d8ac47a6d2def;hpb=e5f02e0748de02eabfb8e0746af09eb676ec1dc0;ds=sidebyside diff --git a/udp_send.c b/udp_send.c index 0343feb6..7d4f1c79 100644 --- a/udp_send.c +++ b/udp_send.c @@ -14,6 +14,7 @@ #include #include #include +#include #include "server.cmdline.h" #include "para.h" @@ -344,6 +345,7 @@ static int udp_com_add(struct sender_command_data *scd) ut->fcp.data_slices_per_group = scd->data_slices_per_group; ut->fcp.init_fec = udp_init_fec; ut->fcp.send_fec = udp_send_fec; + ut->fcp.need_periodic_header = true; sc->private_data = ut; sc->fd = -1;