]> git.tuebingen.mpg.de Git - paraslash.git/commit
Remove FEC parameter max_slice_bytes.
authorAndre Noll <maan@systemlinux.org>
Sat, 24 Jul 2010 18:11:08 +0000 (20:11 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 31 Oct 2010 11:06:57 +0000 (12:06 +0100)
commit5001e8462f004d5130b0e9cf7a1fb5bf7ee710ac
tree4cdb700afcd94ce09846272fc31f435d4535d383
parent7c8f46bd06b4f51e2826767d629a6c35f108d365
Remove FEC parameter max_slice_bytes.

It is no longer a FEC parameter as its value is determined at runtime
from the MPS of the connection.

So replace ->max_slice_bytes of struct fec_client_parms by the new
->mps field of struct fec_client.
send.h
udp_send.c
vss.c