Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90892
b: refs/heads/master
c: 8b73a07
h: refs/heads/master
v: v3
  • Loading branch information
Gui Jianfeng authored and David S. Miller committed Apr 17, 2008
1 parent 03f1ce2 commit 6ec29b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e5a3eaca386ce026f240c7b21e5c4958fcea946
refs/heads/master: 8b73a07c8ffaa70683022566080f4df3328ea18d
2 changes: 2 additions & 0 deletions trunk/net/sctp/outqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,8 @@ static void sctp_check_transmitted(struct sctp_outq *q,
bytes_acked);

transport->flight_size -= bytes_acked;
if (transport->flight_size == 0)
transport->partial_bytes_acked = 0;
q->outstanding_bytes -= bytes_acked;
} else {
/* RFC 2960 6.1, sctpimpguide-06 2.15.2
Expand Down

0 comments on commit 6ec29b5

Please sign in to comment.