sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent
authorWei Yongjun <yjwei@cn.fujitsu.com>
Sat, 1 May 2010 01:42:43 +0000 (21:42 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 1 May 2010 01:42:43 +0000 (21:42 -0400)
commitbd69b981a354be40cc709f3046f0c56f00da6163
tree60fec31042a51203b945c8b492c6fa6e9366fccc
parentc17b02b38aa99ef806c7066ef19a6f51122304f1
sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent

PR-SCTP extension section 3.5 Sender Side Implementation of PR-SCTP:
  C5) If a FORWARD TSN is sent, the sender MUST assure that at
      least one T3-rtx timer is running.

So this patch fix to assure at least one T3-rtx timer is running
if a FORWARD TSN is or will to sent.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/outqueue.c