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

Fix discovery deserialization #176

Merged
merged 4 commits into from
Nov 20, 2020

Conversation

pablogs9
Copy link
Member

This PR update the deserialization function for Transports locators. This function is used when Agent send the response to the discovery messages.

By default UXR_TRANSPORT_LOCATOR_SEQUENCE_MAX is set to 4 and if the Agent has more interfaces than this, the client won't deserialize none of them.

I propose that, if this does not interfere with any other feature, we can deserialize at least UXR_TRANSPORT_LOCATOR_SEQUENCE_MAX when the agent send more than this.

Also we can write a deserialization function specificallty for this case where this is taken into accoun.

Thoughs?

@pablogs9 pablogs9 requested a review from jamoralp November 20, 2020 07:29
@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Windows Build Status

@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Windows Build Status

@jamoralp jamoralp merged commit ecf03ef into develop Nov 20, 2020
@jamoralp jamoralp deleted the feature/update_discovery_deserialization branch November 20, 2020 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants