]> git.tue.mpg.de Git - paraslash.git/commit
vss.c: Improve the fec timing code.
authorAndre Noll <maan@systemlinux.org>
Sun, 1 Mar 2009 22:09:51 +0000 (23:09 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Mar 2009 22:09:51 +0000 (23:09 +0100)
commit2c5362b499b106b10e7be985660701f2c3c6af79
treee739958b76d633014b27ff7f748081028e97aa5b
parent7434497d38b31cc9b40e7fdd62b17d1bf25099bc
vss.c: Improve the fec timing code.

This patch

- Fixes a the bug where assert(start_buf) caused para_server
to abort.
- Gets rid of buffer underruns by introducing a quick hack that
sends all but the first slice a bit early.
- Moves some code from compute_next_fec_slice() to
setup_next_fec_group() where it belongs.
vss.c