Oh I see now. Thanks. On Jul 1, 2021, at 8:56 AM, Alan Bateman <alan.bate...@oracle.com<mailto:alan.bate...@oracle.com>> wrote:
I should have been clearer. Look at SctpServerChannelImpl.java L284 and SctpMultiChannelImpl.java L376. SctpNet.close(fdVal) added with the patch added them them before setting the state. The suggestion in the previous comments was to insert the close after setting the state to KILLED in case the close fail (in some corner case).