sctp: move chunk from retransmit queue to abandoned list
authorWei Yongjun <yjwei@cn.fujitsu.com>
Tue, 19 Apr 2011 21:32:28 +0000 (21:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Apr 2011 08:51:06 +0000 (01:51 -0700)
If there is still data waiting to retransmit and remain in
retransmit queue, while doing the next retransmit, if the
chunk is abandoned, we should move it to abandoned list.

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

Simple merge