• Vlad Yasevich's avatar
    sctp: Nagle delay should be based on path mtu · b29e7907
    Vlad Yasevich authored
    The decision to delay due to Nagle should be based on the path mtu
    and future packet size.  We currently incorrectly base it on
    'frag_point' which is the SCTP DATA segment size, and also we do
    not count DATA chunk header overhead in the computation.  This
    actuall allows situations where a user can set low 'frag_point',
    and then send small messages without delay.
    Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
    b29e7907
output.c 23 KB