• Jon Grimm's avatar
    [SCTP] Fix large message sends. · 6258f7e8
    Jon Grimm authored
    Fix limitation where we could not send messages that exceeded the
    maximum data chunk size.   We still need partial data delivery to
    accept messages with len > rwnd, but this fixes the sending.  Sends
    are still limited (as per the I-D) to SNDBUF. 
    
    Additionally, we can now 'bundle' fragmented DATA with the 
    Cookie-Echo packet, not just a small message.  
    6258f7e8
sm_make_chunk.c 60.4 KB