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

Replace redirect transport with something more low-level #17

Open
lgrahl opened this issue Mar 13, 2018 · 0 comments
Open

Replace redirect transport with something more low-level #17

lgrahl opened this issue Mar 13, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@lgrahl
Copy link
Member

lgrahl commented Mar 13, 2018

The redirect transport passes inbound data into a raw socket after some header alteration (since the SCTP port may change, the checksum needs to be recalculated). That's pretty much all it does. It could be replaced by a simple function that applies this header alteration. The caller would then have to send the data to a raw socket on its own.

Main advantage would be that there's no strict dependency to re anymore for this transport. The code base could then be moved over to RAWRTC.

@lgrahl lgrahl added the enhancement New feature or request label Mar 13, 2018
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

No branches or pull requests

1 participant