]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
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)
commit4c6a6f42131dd750dcfe3c71e63bfc046e5a227e
tree3f339059c819b083700e803319fa54a4666bd312
parent92c73af58e9f1b487322ce25a7a67889c9d91343
sctp: move chunk from retransmit queue to abandoned list

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