Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending same PDU through multiple out ports #8

Closed
gaixas1 opened this issue Oct 26, 2015 · 0 comments
Closed

Sending same PDU through multiple out ports #8

gaixas1 opened this issue Oct 26, 2015 · 0 comments
Assignees
Labels

Comments

@gaixas1
Copy link
Collaborator

gaixas1 commented Oct 26, 2015

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) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants