-
Bug
-
Resolution: Fixed
-
P3
-
1.1.4
-
1.2beta4
-
sparc
-
solaris_2.5.1
-
Not verified
A MulticastSocket cannot send and receive in two different threads if the send(dp,ttl) method is used. The MulticastSocket.send(dp,ttl) method synchronization and the DatagramSocket.receive(dp) synchronization block each other. This is not the case for the DatagramSocket.send method.
See attached example program for more details.
See attached example program for more details.