diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-08-15 16:46:55 +0800 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-08-15 16:46:55 +0800 |
commit | 3c298df6ef83f2bfc7fc43ecb2d88dc80233db89 (patch) | |
tree | 1e9891d9f2cc8778a4e088fc536e258706d09706 | |
parent | a8aa856e9b4ebbf2586bb8e33ddd2f0d872c7815 (diff) |
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 <dwmw2@infradead.org>
-rw-r--r-- | mcast_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> -#define PKT_SIZE 1410 +#define PKT_SIZE 2820 struct image_pkt_hdr { uint32_t resend; |