On Fri, 2 Jun 2023 08:03:01 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> There are cases in the sctp coding where a function > sctpHandleSocketErrorWithMessage would be beneficial (similar to existing > handleSocketErrorWithMessage) to provide more detail what failed. > > Additionally sctpHandleSocketErrorWithMessage was a bit modified (added errno > handling for ENOTCONN from handleSocketErrorWithMessage). This pull request has now been integrated. Changeset: 3b85f84f Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3b85f84f026973a2abdbce8d9baf1329c8a4ebf8 Stats: 20 lines in 2 files changed: 11 ins; 2 del; 7 mod 8309340: Provide sctpHandleSocketErrorWithMessage Reviewed-by: clanger ------------- PR: https://git.openjdk.org/jdk/pull/14280