-
Notifications
You must be signed in to change notification settings - Fork 0
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
combined.cc implementing customNetDevice #13
Conversation
src/combined.cc
Outdated
toggleCongestion(getQueue<0>(devices_0_2)); | ||
toggleCongestion(getQueue<1>(devices_0_2)); | ||
toggleCongestion(getQueue<0>(devices_2_4)); | ||
toggleCongestion(getQueue<1>(devices_2_4)); | ||
toggleCongestion(getQueue<0>(devices_4_3)); | ||
toggleCongestion(getQueue<1>(devices_4_3)); | ||
toggleCongestion(getQueue<0>(devices_3_5)); | ||
toggleCongestion(getQueue<1>(devices_3_5)); | ||
toggleCongestion(getQueue<0>(devices_1_2)); | ||
toggleCongestion(getQueue<1>(devices_1_2)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some of these devices are not using a simulation queue, and could trigger a segfault.
e.g. devices_0_2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only devices_2_3
is has a simulation queue
…ough, no RST packets. No more ICMP messages either
Ready for review. Combined.cc now ready for experimental setup. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM well done!
Getting this error: