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

PoC tool to switch underlying DTLS transports of an SCTP transport #76

Closed
wants to merge 1 commit into from

Conversation

lgrahl
Copy link
Member

@lgrahl lgrahl commented Sep 24, 2017

Done as a PoC for w3c/ortc#775.

Can be merged once that PR has been merged.

…ransport instance

Add `rawrtc_sctp_transport_set_transport` and `rawrtc_sctp_transport_get_transport` functions
Add 'data-channel-sctp-swap-dtls-transport' tool
Update readme to reflect the new tool (it might make sense to migrate all the other tools to the code base, too)
@lgrahl lgrahl added the enhancement New feature or request label Sep 24, 2017
// Attach to DTLS transport
// Note: The function checks if a data transport is already registered for us
DEBUG_PRINTF("Attaching as data transport\n");
error = rawrtc_dtls_transport_set_data_transport(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be possible to add multiple SCTP transports. data_transport transport is also incorrect, it should be sctp_transport. This should be changed once we have proper multiplexing.

@lgrahl
Copy link
Member Author

lgrahl commented Mar 20, 2019

I think I made my point for w3c/ortc#775. As a tool, it's not really that useful.

@lgrahl lgrahl closed this Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant