hg: jdk/jdk: 8234083: DatagramSocket should report SO_BROADCAST as a supported option
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Thu Nov 21 16:39:55 UTC 2019
Changeset: 61091a42f19d
Author: pconcannon
Date: 2019-11-21 16:33 +0000
URL: https://hg.openjdk.java.net/jdk/jdk/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-changes
mailing list