]> www.infradead.org Git - mtd-utils.git/commitdiff
Double packet size for multicast images
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 15 Aug 2007 08:46:55 +0000 (16:46 +0800)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 15 Aug 2007 08:46:55 +0000 (16:46 +0800)
This halves the FEC decode time and doesn't seem to hurt the error rate
much.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
mcast_image.h

index 8ca21025c86b8aaf7ae8bbe47b91a21710348325..07b6e316ebb94689aa2fd1f54f1129f2d153e193 100644 (file)
@@ -1,6 +1,6 @@
 #include <stdint.h>
 
-#define PKT_SIZE 1410
+#define PKT_SIZE 2820
 
 struct image_pkt_hdr {
        uint32_t resend;