Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-768

UDP: when ip_mcast=false, the destination of a Message is not null

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.6.3, 2.7
    • None
    • None

      When setting ip_mcast=false in UDP, on reception of a message, the destination is a unicast address. However, it should be either null, or a multicast address. This might cause problems in cases where msg.getDest() is called. If the destination field is used as a key into a hashmap, this would be incorrect.
      TASK 1: verify that this leads to incorrect behavior
      TASK 2: fix this, to make dest null when ip_mcast=false

            rhn-engineering-bban Bela Ban
            rhn-engineering-bban Bela Ban
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: