RFR[8243408]: 'Inconsistent Exceptions are thrown by MulticastSocket when sending a DatagramPacket to port 0'

2020-04-22 Thread Patrick Concannon
Hi, Could someone please review my fix for JDK-8243408 'Inconsistent Exceptions are thrown by MulticastSocket when sending a DatagramPacket to port 0'? Currently, MulticastSocket.send(DatagramPacket, byte) throws an IOException when sending to port 0 on Unix and macOS, but doesn’t throw on

Re: RFR[8243408]: 'Inconsistent Exceptions are thrown by MulticastSocket when sending a DatagramPacket to port 0'

2020-04-22 Thread Daniel Fuchs
Thanks Patrick! LGTM. best regards, -- daniel On 22/04/2020 20:18, Patrick Concannon wrote: Hi, Could someone please review my fix for JDK-8243408 'Inconsistent Exceptions are thrown by MulticastSocket when sending a DatagramPacket to port 0'? Currently, MulticastSocket.send(DatagramPack