]> git.baikalelectronics.ru Git - kernel.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)
commit36bce84eedb5ab8ef0f0013183b53277716c58a4
tree3f339059c819b083700e803319fa54a4666bd312
parentc3186642d398a52260957c8aeb9bace02c51a040
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