Skip to content
  • Vlad Yasevich's avatar
    sctp: rwnd_press should be cumulative · 65883371
    Vlad Yasevich authored
    
    
    rwnd_press tracks the pressure on the recieve window.  Every
    timer the receive buffer overlows, we truncate the receive
    window and then grow it back.  However, if we don't track
    the cumulative presser, it's possible to reach a situation
    when receive buffer is empty, but rwnd stays truncated.
    
    Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
    65883371