On Wed, Jun 29, 2011 at 10:20:01AM -0400, Vladislav Yasevich wrote: > I think in this particular case, the receiver has to terminate, not the sender. > Look at how tcp_close() handles this. > > As long as receiver is available, the sender should continue to try > sending data. The receiver does not know that the sender wishes to shutdown the association. No shutdown request has been sent yet. I don't think we should be relying on the behaviour of the sender for the receiver to be able to ever free its ressources. We will be retransmitting data and keeping an association alive _forever_ for no purpose. If there is no reliable way of _ever_ doing a graceful shutdown then the only alternative is to just ABORT in the first place. The difference in TCP is that we can close the connection half-way, something we can't do in sctp. -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html