You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the messaging/transport layer use GetPeerAddress to obtain the destination IP of a node in Unicast communication.
However Multicast/Group communication use the same method.
Proposed Solution
Either one of the two following solution :
Refactor GetPeerAddress for GetDestinationAddress that will return either a unicast IP or a multicast ip base on the context
Add a second method to retrieve multicast ip based on the groupID and add necessary check to choose between the two.
The text was updated successfully, but these errors were encountered:
Problem
All of the messaging/transport layer use GetPeerAddress to obtain the destination IP of a node in Unicast communication.
However Multicast/Group communication use the same method.
Proposed Solution
Either one of the two following solution :
The text was updated successfully, but these errors were encountered: