]> www.infradead.org Git - mtd-utils.git/commit
Switch multicast distribution system to round-robin mode
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 14 Aug 2007 14:54:49 +0000 (22:54 +0800)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 14 Aug 2007 14:54:49 +0000 (22:54 +0800)
commit5f262bc2fc1a427b20fd4f54df0dbe650da47807
tree48ebd3fa20534eeb70e0163eba1b029e09492c00
parent596450e1d50cce8701dccd65eaa3d646f525b375
Switch multicast distribution system to round-robin mode

Send one packet from each eraseblock in turn, rather than all packets
for one eraseblock together. This means that bursts of loss are evenly
spread between blocks. It also makes the client side a bit more complex
if you can't assume that there's anywhere except the flash to store its
intermediate data.

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