-
Notifications
You must be signed in to change notification settings - Fork 39
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
sspi: Generate and remove MPTCP address ID as needed. #234
Conversation
2249fc7
to
d45d5be
Compare
Pull Request Test Coverage Report for Build 3570409724Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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.
A couple of small changes to suggest.
At first I was wondering if it makes sense for every plugin to explicitly handle the idm. I think it does, since customized plugins may want to ignore certain interfaces or have connection-specific handling of subflow ids.
90fbb8e
to
8570f83
Compare
Code coverage in the The |
Instantiate a mptcpd address ID manager to be used when mapping local network interface IP addresses to MPTCP address IDs.
A new unit test for the sspi plugin that simply exercises the the sspi plugin operations. Only blackbox testing is performed at this stage since it is not straightforward to perform whitebox testing of the sspi plugin internals.
Track the network interface associated with a new local address as needed.
Add the missing "server_side" arguments to the mptcpd_plugin_new_connection() and mptcpd_plugin_connection_established() function calls.
c3dd378
to
a751ff8
Compare
No description provided.