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

Connection Manager Implementation #6

Open
5 of 13 tasks
Chibikuri opened this issue Jul 18, 2023 · 0 comments
Open
5 of 13 tasks

Connection Manager Implementation #6

Chibikuri opened this issue Jul 18, 2023 · 0 comments

Comments

@Chibikuri
Copy link
Member

Chibikuri commented Jul 18, 2023

Connection Manager

Implementations

  • Receive application requirements
  • Create a Connection Setup Request and forward it (Initiator)
  • Receive Connection Setup Request, push performance information, and forward it (Repeater/Router)
  • Receive Connection Setup Request and extract performance information (Responder)
  • Create RuleSets and create/send Connection Setup Response with them (Responder)
  • Provide RuleSet to Rule Engine for responder itself (Responder)
  • Receive a Connection Setup Response and get/forward RuleSet (Initiator/Repeater/Router)
  • Send Link Allocation Update and get negotiated LA
  • Send Barrier

Considerations

  • Selective compile
  • Async

Testing

  • Unit testing
  • Create several connection manager instances and test them in realistic situation.
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