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

test: merged protocols #24

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

test: merged protocols #24

wants to merge 18 commits into from

Conversation

lchenut
Copy link
Contributor

@lchenut lchenut commented Oct 18, 2024

Combined Protocols for WebRTC-Direct Testing

This PR merges all the individual protocol implementations (UDP, STUN, DTLS, SCTP, and DataChannel) into a single branch for testing purposes. Its primary goal is to enable testing and validation of the WebRTC-Direct transport.

Context

  • Merged Protocols:
    • UDP, STUN, DTLS: Fully implemented, reviewed, and merged into the main branch.
    • SCTP: Implementation complete and partially reviewed, but not yet merged.
    • DataChannel: Implementation complete, pending review and merge.
  • This PR combines all the protocols into a single branch to streamline integration testing. It is not meant to be merged into the main branch but rather serves as a temporary solution to test WebRTC-Direct functionality end-to-end.

Notes

  • Do not merge this PR into the main branch.
  • Some changes done here are fixes to bugs discovered while trying to make the end-to-end work, it will be necessary to cherry-pick those.
  • Continue reviewing and merging SCTP and DataChannel implementations individually.

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