-
Bug
-
Resolution: Won't Do
-
Major
-
2.6.6
-
None
Using the multicast send/receiver test application, all on the same physical machine with the following parameters -Djava.net.preferIPv4Stack=true -mcast_addr <AS BELOW> -bind_addr <LAN IP address>
Create one sender on 239.197.0.1
Create one receiver on 239.198.0.1
Create a second receiver on 239.199.0.1
Send a message, as expected neither of the receivers observe the message.
Create a third receiver on 239.197.0.1
Send a message, all three senders now receive the message
Is this the expected behaviour?