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

What is the difference with Linux SCTP? #200

Closed
sunfeilong opened this issue Aug 4, 2021 · 2 comments
Closed

What is the difference with Linux SCTP? #200

sunfeilong opened this issue Aug 4, 2021 · 2 comments

Comments

@sunfeilong
Copy link

I think RFC4960 is an OS layer protocol. But this repository use net.Conn to implement it. So I think this repository is not SCTP, Is anything the matter?

@Sean-Der
Copy link
Member

Sean-Der commented Aug 4, 2021

Hi @sunfeilong

This SCTP implementation was designed to be transport agnostic. The primary user is pion/webrtc but there is no reason you can't translate the messages to layer 3 with a net.Conn implementation.

I haven't done it myself, but could be a great example!

@Sean-Der Sean-Der closed this as completed Aug 4, 2021
@sunfeilong
Copy link
Author

sunfeilong commented Aug 5, 2021

@Sean-Der Thank you for your reply,I am looking for information about the sctp protocol.

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

2 participants