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

Issue 772 proxy send reverse direction #787

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kiranlahiri
Copy link

Introduce changes to the Proxy class to enable bidirectional handling of control packets, which was not previously supported.

Added a control endpoint (receiver_control_endp_) to manage control packets.
Update to handle and route control packets appropriately using a new control queue (control_queue_).
Enhanced configuration to bind control endpoints during Proxy initialization

Add test case ProxyWithControlEndpoint that validates the following

  • Initialization of Proxy with source, repair, and control endpoints.
  • Routing and handling of control packets via the Proxy class.
  • Integration of control packets into the real-time streaming workflow.

Copy link

github-actions bot commented Dec 9, 2024

🤖 Upon creation, pull request description does not have a link to an issue. If there is a related issue, please add it to the description using any of the supported formats.

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.

1 participant