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

Question about the different streams in the same association #681

Closed
jmillan opened this issue Jul 20, 2023 · 2 comments
Closed

Question about the different streams in the same association #681

jmillan opened this issue Jul 20, 2023 · 2 comments

Comments

@jmillan
Copy link
Contributor

jmillan commented Jul 20, 2023

Hi,

Imagine I have a SCTP association with two streams (A and B), both of which I use as ordered (reliable).

In my application I use both streams to send information about a specific object such as:

  • I send 'foo' over A
  • I send 'bar' over B

Is there any guarantee in usrsctp (or a way to do it) such as 'bar' can never reach the endpoint before 'foo'? This is, kind of making different streams reliable between each other, or are they totally independent?

@stewrtrs
Copy link
Member

stewrtrs commented Jul 20, 2023 via email

@jmillan
Copy link
Contributor Author

jmillan commented Jul 20, 2023

Thanks for the comment @stewrtrs. This fulfills the expectations.

@jmillan jmillan closed this as completed Jul 20, 2023
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