Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194631
b: refs/heads/master
c: bd69b98
h: refs/heads/master
i:
  194629: 6d0b511
  194627: 33db7ec
  194623: 8158183
v: v3
  • Loading branch information
Wei Yongjun authored and Vlad Yasevich committed May 1, 2010
1 parent 55a879d commit 0aa1aae
Show file tree
Hide file tree
Showing 2 changed files with 7 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: c17b02b38aa99ef806c7066ef19a6f51122304f1
refs/heads/master: bd69b981a354be40cc709f3046f0c56f00da6163
6 changes: 6 additions & 0 deletions trunk/net/sctp/outqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,12 @@ static int sctp_outq_flush(struct sctp_outq *q, int rtx_timeout)
if (status != SCTP_XMIT_OK) {
/* put the chunk back */
list_add(&chunk->list, &q->control_chunk_list);
} else if (chunk->chunk_hdr->type == SCTP_CID_FWD_TSN) {
/* PR-SCTP C5) If a FORWARD TSN is sent, the
* sender MUST assure that at least one T3-rtx
* timer is running.
*/
sctp_transport_reset_timers(transport, 0);
}
break;

Expand Down

0 comments on commit 0aa1aae

Please sign in to comment.