]> git.tuebingen.mpg.de Git - paraslash.git/commit
udp_send: send data in MMS-sized chunks
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:53 +0000 (23:24 +0200)
commit10c65c7ac06008347003fd39aeb513efaa741964
tree9ce31139f9546d31d1136b08c7a73767043d0711
parent1fa9dbea57d2dbc5d9b728a83a583c3a8f675410
udp_send: send data in MMS-sized chunks

This determines the Maximum Message Size for the UDPv4/v6 layer; using
the earlier functions. The outcome is used to set the FEC slice size,
initialisation of the UDP client has also been moved to the init_fec()
function.
udp_send.c