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 interleaving of stream data #14

Open
lgrahl opened this issue Mar 10, 2018 · 2 comments
Open

Support interleaving of stream data #14

lgrahl opened this issue Mar 10, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@lgrahl
Copy link
Member

lgrahl commented Mar 10, 2018

This makes it possible to interleave messages on different streams. It requires separate buffers for each data channel and a scheduler to handle the pending messages fairly.

@lgrahl lgrahl added the enhancement New feature or request label Mar 10, 2018
@lgrahl
Copy link
Member Author

lgrahl commented Mar 10, 2018

Reminder that I've added this to Firefox:

#if defined(SCTP_ASSOC_SUPPORTS_INTERLEAVING)
        case SCTP_ASSOC_SUPPORTS_INTERLEAVING:
          LOG(("Supports: NDATA"));
          // TODO: This should probably be set earlier above in 'case SCTP_COMM_UP' but we also
          //       need this for 'SCTP_RESTART'.
          mSendInterleaved = true;
          break;
#endif

@lgrahl
Copy link
Member Author

lgrahl commented Mar 15, 2018

Reminder that the readme needs updating after resolving this.

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