]> git.tuebingen.mpg.de Git - paraslash.git/commit
fec: make max_slice_size optional
authorGerrit Renker <grenker@cscs.ch>
Sun, 13 Jun 2010 09:30:47 +0000 (11:30 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 22 Jun 2010 23:16:44 +0000 (01:16 +0200)
commitace5a88d69e5d41ce4959b43d278cc1c8db93706
tree4673e1c41cbf173743f3c71adc153adbbd5204fa
parent0970b1cad049a9f01b85df7ab1420e68c5573223
fec: make max_slice_size optional

The default max_slice_size for FEC is the MTU. This patch changes the parser
to make the specification of the max_slice_size optional (for cases using a
slice size less than the MTU).

Other changes:
 * added udp sender help documentation;
 * simplified parse_fec_url() (no additional strlen() needed).
send_common.c
udp_send.c