Re: [PATCH] sctp: stop pending timers and purge queues when peer restart asoc
From: David Miller <davem@davemloft.net>
Date: 2011-05-31 22:29:43
Also in:
linux-sctp
From: David Miller <davem@davemloft.net>
Date: 2011-05-31 22:29:43
Also in:
linux-sctp
From: Wei Yongjun <redacted> Date: Mon, 30 May 2011 17:23:36 +0800
If the peer restart the asoc, we should not only fail any unsent/unacked data, but also stop the T3-rtx, SACK, T4-rto timers, and teardown ASCONF queues. Signed-off-by: Wei Yongjun <redacted>
Applied, thanks.