Uploaded image for project: 'OpenFAST'
  1. OpenFAST
  2. FAST-40

MulticastEndpoint connect method binds multicast socket to any ip

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Default
    • Resolution: Fixed
    • Affects Version/s: 1.0.2
    • Fix Version/s: 1.1.0
    • Component/s: None
    • 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.

        Attachments

          Activity

            People

            • Assignee:
              jacob_northey Jacob Northey
              Reporter:
              kullfar Stas Gromov
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: