RFR: 8308807: [AIX] MulticastSocket and jdp test fails due to joinGroup
    Deepa Kumari 
    duke at openjdk.org
       
    Thu May 25 09:57:57 UTC 2023
    
    
  
On Thu, 25 May 2023 07:37:27 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> I've moved the JBS issue to the right place and fix the description.
> 
> The changes proposed here impact all platforms and will require discussion and cleanup. If I understand the intent, if you create a DatagramSocket or MulticastSocket that is bound to a specific local address then you want to use that to determine if the underlying socket is IPv4 or IPv6. That might be okay but multicasting normally means binding to the wildcard address so it doesn't help. In any case, can you look at the isXXX methods defined by sun.nio.ch.Net to see how it is handled on other platforms.
Thanks @AlanBateman  for fix JBS issue description. I will look at the isXXX methods defined by sun.nio.ch.Net.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14142#issuecomment-1562620701
    
    
More information about the net-dev
mailing list