Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194645
b: refs/heads/master
c: 6588337
h: refs/heads/master
i:
  194643: 925343c
v: v3
  • Loading branch information
Vlad Yasevich committed May 1, 2010
1 parent a27114b commit 440a349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf9b4812e18aab6f86ff998bd7425a9e823269c3
refs/heads/master: 65883371894be2631603d5d412f90f8c09290fef
2 changes: 1 addition & 1 deletion trunk/net/sctp/associola.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 440a349

Please sign in to comment.