Re: 8237896: MulticastSocket should link to DatagramChannel as an alternative for multicasting.

2020-01-29 Thread Alan Bateman
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

Re: RFR[7021373]: DatagramPacket exception conditions are not clear

2020-01-29 Thread Alan Bateman
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

Re: 8237896: MulticastSocket should link to DatagramChannel as an alternative for multicasting.

2020-01-29 Thread Daniel Fuchs
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

Re: 8237896: MulticastSocket should link to DatagramChannel as an alternative for multicasting.

2020-01-29 Thread Alan Bateman
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