On 28/01/2020 11:22, Daniel Fuchs wrote:
I'm not sure I understand why obtaining a MulticastChannel from
a DatagramSocket is important. Maybe the wording needs to be
clarified?
If someone has a MulticastSocket then they can't get to a
DatagramChannel to use the alternative join method that is r
On 27/01/2020 17:27, Patrick Concannon wrote:
I’ve taken the @throws IAE from DatagramPacket::getSocketAddress, and
logged it as a separate issue as it seems further work is needed in
deciding how to move forward with it. See
https://bugs.openjdk.java.net/browse/JDK-8237890
Thanks for sep
Hi Alan.
Alright. I've transformed the second note in an @see:
http://cr.openjdk.java.net/~dfuchs/webrev_8237896/webrev.02/
best regards,
-- daniel
On 29/01/2020 08:20, Alan Bateman wrote:
If someone has a MulticastSocket then they can't get to a
DatagramChannel to use the alternative join m
On 29/01/2020 16:18, Daniel Fuchs wrote:
Hi Alan.
Alright. I've transformed the second note in an @see:
http://cr.openjdk.java.net/~dfuchs/webrev_8237896/webrev.02/
This looks okay to me.
-Alan