hg: jdk/sandbox: 8234083: DatagramSocket should report SO_BROADCAST as a supported option

chris.hegarty at oracle.com chris.hegarty at oracle.com
Thu Nov 21 16:45:17 UTC 2019


Changeset: 61091a42f19d
Author:    pconcannon
Date:      2019-11-21 16:33 +0000
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/61091a42f19d

8234083: DatagramSocket should report SO_BROADCAST as a supported option
Summary: DatagramSocket had a setBroadcast and getBroadcast setter/getter pair but curiously didn't report SO_BROADCAST as a supported option. Note: the source code changes were accidentally pushed with 8234103 so this changeset only has the test changes. The reviewers listed below had already reviewed the full (source+test) changes.
Reviewed-by: alanb, vtewari, chegar

! test/jdk/java/net/SocketOption/OptionsTest.java



More information about the jdk-sandbox-changes mailing list