From: David Woodhouse Date: Wed, 15 Aug 2007 08:46:55 +0000 (+0800) Subject: Double packet size for multicast images X-Git-Tag: v1.2.0~156 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3c298df6ef83f2bfc7fc43ecb2d88dc80233db89;p=mtd-utils.git Double packet size for multicast images This halves the FEC decode time and doesn't seem to hurt the error rate much. Signed-off-by: David Woodhouse --- diff --git a/mcast_image.h b/mcast_image.h index 8ca2102..07b6e31 100644 --- a/mcast_image.h +++ b/mcast_image.h @@ -1,6 +1,6 @@ #include -#define PKT_SIZE 1410 +#define PKT_SIZE 2820 struct image_pkt_hdr { uint32_t resend;