On Fri, 13 Mar 2026 08:49:52 GMT, SendaoYan <[email protected]> wrote:
>> Lots of interest in SCTP about 15 years ago, esp. in some protocols used in >> the telco area. However, it seems to have lost momentum and not clear that >> it is worth putting effort into now. > > Can anyone could help to check AIX system support SCTP or not. If AIX support > SCTP, the change maybe more suitable like `@requires (os.family == "linux" | > os.family == "aix")` Hi @sendaoYan , Yes IBM AIX system supoort the sctp in 7.1.0 , 7.2.0 and 7.3.0 as given here : https://www.ibm.com/docs/en/aix/7.1.0?topic=protocol-stream-control-transmission I am adding os.family == "aix" in next commit. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30186#discussion_r2930651820
