RFR: 8269481: SctpMultiChannel never releases own file descriptor [v3]

Brian Burkhalter brian.burkhalter at oracle.com
Thu Jul 1 16:15:13 UTC 2021


Oh I see now. Thanks.

On Jul 1, 2021, at 8:56 AM, Alan Bateman <alan.bateman at oracle.com<mailto:alan.bateman at 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).

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/net-dev/attachments/20210701/e709c9b8/attachment-0001.htm>


More information about the net-dev mailing list