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

Support for SCTP retransmission / reliability #421

Open
hjastenger opened this issue May 7, 2018 · 1 comment
Open

Support for SCTP retransmission / reliability #421

hjastenger opened this issue May 7, 2018 · 1 comment

Comments

@hjastenger
Copy link

I was wondering if the SCTPsocket implementation has support for configuring the retransmission times / reliability of the connection. Or is this achievable by registering a 'failedTransmission' callback on the socket that tries a 'x' amount of times before 'giving up'. Would love to try and see if I can get the SCTPsocket working for a DataChannel connection with a browser.

@bgrozev
Copy link
Member

bgrozev commented May 8, 2018

I don't know if the reliability is configurable, but we use SctpSocket for a DataConnection with a browser (in reliable mode) in jitsi-videobridge.

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