git: openjdk/mobile: 8234083: DatagramSocket should report SO_BROADCAST as a supported option

duke duke at openjdk.java.net
Thu Nov 21 16:44:37 UTC 2019


Changeset: 6a7f7753
Author:    Patrick Concannon <pconcannon at openjdk.org>
Date:      2019-11-21 16:33:00 +0000
URL:       https://git.openjdk.java.net/mobile/commit/6a7f7753

8234083: DatagramSocket should report SO_BROADCAST as a supported option

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 mobile-changes mailing list