]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING
authorXin Long <lucien.xin@gmail.com>
Sat, 18 Feb 2017 17:52:45 +0000 (01:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2017 15:26:09 +0000 (10:26 -0500)
commit8058eb786342a96fb4dd6af9b637198e62e1206c
tree66cbac5e4e78360a968c6f505f484be0a5c9024d
parent56779e0a430ad3a0dcbc409827036fb6f9f8986c
sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING

This patch is to flush out queue when assoc state falls into
SHUTDOWN_PENDING if there are still chunks in it, so that the
data can be sent out as soon as possible before sending SHUTDOWN
chunk.

When sctp supports MSG_MORE flag in next patch, this improvement
can also solve the problem that the chunks with MSG_MORE flag
may be stuck in queue when closing an assoc.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_sideeffect.c