jdk-24/test/jdk/java/net/SocketOption
Daniel Fuchs 8333ea85fa 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
MulticastSocket.getOption(StandardSocketOption.IP_MULTICAST_LOOP) now returns true if loopback mode is enabled, and MulticastSocket.setOption(StandardSocketOption.IP_MULTICAST_LOOP, true) enables loopback mode. No other behavioral changes.

Reviewed-by: alanb, chegar
2019-11-22 11:52:48 +00:00
..
AfterClose.java 8233860: AfterClose.java test incorrectly handles IP_MULTICAST_IF 2019-11-14 10:49:20 +00:00
ImmutableOptions.java 8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational() 2019-05-09 10:28:29 -07:00
MinimumRcvBufferSize.java 8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational() 2019-05-09 10:28:29 -07:00
NullsAndBadValues.java 8225424: Add jdk.net.usePlainSocketImpl runs to a couple of tests 2019-06-07 11:47:49 +01:00
OptionsTest.java 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP 2019-11-22 11:52:48 +00:00
SupportedOptionsSet.java 8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational() 2019-05-09 10:28:29 -07:00
TcpKeepAliveTest.java 8229486: Replace wildcard address with loopback or local host in tests - part 21 2019-08-15 12:58:27 +01:00
UnsupportedOptionsTest.java 8224477: java.net socket types new-style socket option methods - spec and impl mismatch 2019-05-29 13:58:05 +01:00