You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
#if defined(SCTP_ASSOC_SUPPORTS_INTERLEAVING)
caseSCTP_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
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.
The text was updated successfully, but these errors were encountered: