X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send.h;h=836babd50845088be08a2061fe39cc6ffd7760cb;hp=e13909321f193b8326bcfda87e1adecedd2ff5ae;hb=e65bdaa6b207d5cd409acaa5d0d33fe85dd7a28d;hpb=92f089b820b45a5dbdc5b4f69d596105d5acba68 diff --git a/send.h b/send.h index e1390932..836babd5 100644 --- a/send.h +++ b/send.h @@ -131,6 +131,8 @@ struct fec_client_parms { uint8_t slices_per_group; /** Number of slices minus number of redundant slices. */ uint8_t data_slices_per_group; + /** Whether the header must be sent periodically. */ + bool need_periodic_header; /** * Transport-layer initialisation for FEC support. *