diff --git a/[refs] b/[refs] index 41e3bb9c8a6e..df1778097b94 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf9b4812e18aab6f86ff998bd7425a9e823269c3 +refs/heads/master: 65883371894be2631603d5d412f90f8c09290fef diff --git a/trunk/net/sctp/associola.c b/trunk/net/sctp/associola.c index 37753cd48be3..65f9a7cdf466 100644 --- a/trunk/net/sctp/associola.c +++ b/trunk/net/sctp/associola.c @@ -1482,7 +1482,7 @@ void sctp_assoc_rwnd_decrease(struct sctp_association *asoc, unsigned len) if (asoc->rwnd >= len) { asoc->rwnd -= len; if (over) { - asoc->rwnd_press = asoc->rwnd; + asoc->rwnd_press += asoc->rwnd; asoc->rwnd = 0; } } else {