-
Notifications
You must be signed in to change notification settings - Fork 314
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
[BUG] Problematic implementation of DCEP #1439
Comments
This is a very old issue. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one. |
This is a very old issue. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one. |
This is a very old issue. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one. |
This is a very old issue. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one. |
Describe the bug
Does it make sense to have per-channel properties (RtcDataChannelInit) about order and reliability, but reference to the same value (SctpSession.packet[1]) indiscriminately while sending messages?
amazon-kinesis-video-streams-webrtc-sdk-c/src/source/Sctp/Sctp.c
Lines 180 to 190 in 2dff44f
It leads to the consequence that we can't have any ordered/reliable channel if we want to have any unordered/unreliable channel, and vice versa.
And is it the reason why we just ignore those properties that comes with DATA_CHANNEL_OPEN message, for channels created by peer? This handler sets nothing about order and reliability.
amazon-kinesis-video-streams-webrtc-sdk-c/src/source/Sctp/Sctp.c
Line 303 in 2dff44f
In the end, why didn't we have DATA_CHANNEL_ACK?
amazon-kinesis-video-streams-webrtc-sdk-c/src/source/Sctp/Sctp.h
Lines 32 to 34 in 2dff44f
SDK version number
v1.7.2
Expected behavior
The text was updated successfully, but these errors were encountered: