]> git.tuebingen.mpg.de Git - paraslash.git/commit
dccp: 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)
commite1a07bd50c0e0bc393abf89a342ce53e10ccf576
tree8a70343fabf3915bea8e1c42a02ae03125cd20e1
parent96dd1284a1b7d565560979fdc7ec647aeceb6b52
dccp: integrate new fec interaction

This updates the DCCP sender code to access and initialize the new fec_client
structs.

Particulars:
 * the open() method has been removed, to be supplied in a later patch;
 * the sender_client field became redundant, it is now available as fc->sc.
dccp_send.c