From 3c298df6ef83f2bfc7fc43ecb2d88dc80233db89 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Wed, 15 Aug 2007 16:46:55 +0800 Subject: 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 --- mcast_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcast_image.h') 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; -- cgit v1.2.3