From 440a349b765e49efa3ce33dd432a38ee0582380c Mon Sep 17 00:00:00 2001 From: Vlad Yasevich Date: Fri, 30 Apr 2010 22:41:10 -0400 Subject: [PATCH] --- yaml --- r: 194645 b: refs/heads/master c: 65883371894be2631603d5d412f90f8c09290fef h: refs/heads/master i: 194643: 925343c030b83cbeecf3cb18a8a3780a525ff025 v: v3 --- [refs] | 2 +- trunk/net/sctp/associola.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {