[FAST-40] MulticastEndpoint connect method binds multicast socket to any ip Created: 20/Dec/11  Updated: 11/Apr/12  Resolved: 11/Apr/12

Status: Resolved
Project: OpenFAST
Component/s: None
Affects Version/s: 1.0.2
Fix Version/s: 1.1.0

Type: Bug Priority: Default
Reporter: Stas Gromov Assignee: Jacob Northey
Resolution: Fixed Votes: 0
Labels: None


 Description   

MulticastEndpoint method connect creates MulticastSocket as
new MulticastSocket(port)
and so our connection will receive all messages received on that port.
should be
new MulticastSocket(new InetSocketAddress(group, port));

to listen packets just from this group and port.



 Comments   
Comment by Stas Gromov [ 20/Dec/11 ]

or... it can be optional in case we really want to listen to all messages on that port from all multicast groups

Generated at Sat Nov 23 20:01:54 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.