]> git.tuebingen.mpg.de Git - paraslash.git/commit
udp: integrate new fec interaction
authorGerrit Renker <grenker@cscs.ch>
Sun, 23 May 2010 05:43:04 +0000 (07:43 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 7 Jun 2010 21:24:52 +0000 (23:24 +0200)
commit34d059caa24a68c2e420050ce3a67d32ce3fbdea
treec2427e8498cc37d0f6857e152500af1f59dd9ae7
parente1a07bd50c0e0bc393abf89a342ce53e10ccf576
udp: integrate new fec interaction

This patch implements the new UDP-FEC interface in two steps:
 (1) updating the UDP sender analogously to the previous (DCCP sender) patch;
 (2) unifying the struct udp_target by factoring out the fields it has in
     common with 'struct sender_client'.

The open() function is deferred to a subsequent patch. The user can override
the MPS value by supplying a max_slice_bytes value not larger than the MPS.
udp_send.c