From: Vlad Yasevich Date: Sat, 1 May 2010 02:41:10 +0000 (-0400) Subject: sctp: rwnd_press should be cumulative X-Git-Tag: v2.6.35-rc1~473^2~287^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65883371894be2631603d5d412f90f8c09290fef;p=pandora-kernel.git sctp: rwnd_press should be cumulative 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: Vlad Yasevich --- Reading git-diff-tree failed