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
While the top level code is able to handle most of the logic required for group communication, the udp layer isn't able to properly received a multicast packet since the Group membership function are not implemented. This prevent us from listening to multicast packet that match our assigned groupID
Proposed Solution
Implement the Join/Leave group membership function in UDPEndPoint.cpp
The text was updated successfully, but these errors were encountered:
Problem
While the top level code is able to handle most of the logic required for group communication, the udp layer isn't able to properly received a multicast packet since the Group membership function are not implemented. This prevent us from listening to multicast packet that match our assigned groupID
Proposed Solution
Implement the
Join/Leave
group membership function inUDPEndPoint.cpp
The text was updated successfully, but these errors were encountered: