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

COLIBRI service must deliver two sets of tokens back to the requester in an EER setup #153

Open
juagargi opened this issue Mar 16, 2023 · 0 comments

Comments

@juagargi
Copy link
Member

At the moment the COLIBRI service returns the tokens to construct packets that are S=0,C=0. This works
It must return the tokens to build packets like these:

  • S=0,C=0
  • S=0,C=1
    These two types are all that the client end-host would need to use. Any packet with R=1 can be constructed by reversing the path.

The particular case for S=1,C=1 is already taken into account in the activation of SegRs, and needs not to be taken into account here in the EER scenario.

Note: While looking at this, also modify the EER to store those tokens, so that the traceroute case for EER will work by picking the correct set of tokens.

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

No branches or pull requests

1 participant