On Thu, 10 Sep 2026 08:53:51 GMT, Lee Jiwon <[email protected]> wrote:
> `ServerSocket` does not specify support for `IP_TOS`, while the default > implementation currently exposes it as an implementation-specific option. > This change removes that support from the default `ServerSocket` > implementation and from `jdk.net.Sockets` for `ServerSocket` only; > `Socket` and `DatagramSocket` support are unchanged. > > CSR: JDK-8392124 > > Testing: > - After rebase: `SupportedOptions`, `OptionsTest`, and > `UnsupportedOptionsTest` passed. > - Before rebase: `jdk_net`, `jdk_nio`, langtools, JAXP, and docs tier2 > completed without failures. > HotSpot tier2 completed without failures after rerunning with `ulimit -c > unlimited`. > - Before rebase, JDK tier2 reported 5 failures and 1 error: five > `java/text/Format` `ToStringTest` failures produced `영어 (캐나다)` instead of the > expected `English (Canada)`, and `java/net/ipv6tests/TcpTest.java` timed out > after 480 seconds. These results have not yet been compared with a baseline > build. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). See my latest comment in [JDK-8210362 ](https://bugs.openjdk.org/browse/JDK-8210362) as it's about an issue was fixed a long time ago. I think we need a new JBS issue for IP_TOS issue. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32808#issuecomment-5616306483
