Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135164
b: refs/heads/master
c: 7659502
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Mar 13, 2009
1 parent 57dedc9 commit 22f28f5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5ffad5acebec735b7a368851bf22394b734cae8a
refs/heads/master: 76595024ffab3599bd28ea014f6c23c1a8c8dd2c
3 changes: 3 additions & 0 deletions trunk/net/sctp/outqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1758,6 +1758,9 @@ static void sctp_generate_fwdtsn(struct sctp_outq *q, __u32 ctsn)
struct sctp_chunk *chunk;
struct list_head *lchunk, *temp;

if (!asoc->peer.prsctp_capable)
return;

/* PR-SCTP C1) Let SackCumAck be the Cumulative TSN ACK carried in the
* received SACK.
*
Expand Down

0 comments on commit 22f28f5

Please sign in to comment.