SimaticResearchActivity / FBAE

Framework for Broadcast Algorithms Evaluation
GNU Affero General Public License v3.0
0 stars 1 forks source link

Missing code related to Network Level Multicast #71

Open simatic opened 5 months ago

simatic commented 5 months ago

Correction of issue #66 is incomplete:

  1. It is missing code in:
    • BBOBB.cpp to trigger an error if isUsingNetworkLevelMulticast() is true.
    • LCR.cpp to trigger an error if isUsingNetworkLevelMulticast() is true.
    • Sequencer.cpp to call openDestAndWaitIncomingMsg() with different parameter values depending on value of isUsingNetworkLevelMulticast()
  2. README.md must be improved to explain how to deal with isUsingNetworkLevelMulticast() value.

Note: When correcting this issue, correct also somehow related issues: