diff options
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/associola.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c index 37753cd48be3..65f9a7cdf466 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c | |||
@@ -1482,7 +1482,7 @@ void sctp_assoc_rwnd_decrease(struct sctp_association *asoc, unsigned len) | |||
1482 | if (asoc->rwnd >= len) { | 1482 | if (asoc->rwnd >= len) { |
1483 | asoc->rwnd -= len; | 1483 | asoc->rwnd -= len; |
1484 | if (over) { | 1484 | if (over) { |
1485 | asoc->rwnd_press = asoc->rwnd; | 1485 | asoc->rwnd_press += asoc->rwnd; |
1486 | asoc->rwnd = 0; | 1486 | asoc->rwnd = 0; |
1487 | } | 1487 | } |
1488 | } else { | 1488 | } else { |