kvetak / RINA

RINA Simulator
https://rinasim.omnetpp.org/
Other
29 stars 11 forks source link

Sending same PDU through multiple out ports #8

Closed gaixas1 closed 8 years ago

gaixas1 commented 8 years ago

In function "void RMT::relayPDUToPort(PDU* pdu)", if more than one outPort is returned by the forwarding function, the same pdu is send to all those ports.

The ownership of the pdu is lost after the first send, so in that case the pdus should be replicated (recursively) .