Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-14 | Switch multicast distribution system to round-robin mode | David Woodhouse | |
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> | |||
2007-08-14 | Import FEC code from Luigi Rizzo's RMDP | David Woodhouse | |
Paper: http://info.iet.unipi.it/~luigi/mccr6.ps.gz Code: http://info.iet.unipi.it/~luigi/rmdp980703.tgz Signed-off-by: David Woodhouse <dwmw2@infradead.org> |