-
-
Notifications
You must be signed in to change notification settings - Fork 401
[SDP] benchmark the performance of SDP #17
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
Comments
benchmark is added in webrtc-rs/sdp@1f96710 cargo bench
|
pion sdp https://github.com/pion/sdp/releases/tag/v3.0.4 ``
|
webrtc-rs sdp benchmark: webrtc-rs/sdp@57bb1af
|
Use only "error" and "ifaces" feature for util package
Ensure "+" is used in id generation
Backport buffer limit fix from Pion
As described in #16 the handling of unknown parameters and chunks is not done as per RFC. This PR handles unknown chunks correctly, and unknown parameters for the InitChunk. I think handling of unknown parameters is important for other chunk types too, at least for the InitAck an error chunk should be sent back reporting the unknown parameters, but that can be done later. The changes in this PR should make that possible. Edit: Note that this enables at least basic interoperability with usrsctp Closes #16
add benchmark code for SDP so that we can understand what's performance of SDP
The text was updated successfully, but these errors were encountered: