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

Fix rare SRTP loss decode failure #277

Merged
merged 1 commit into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. Fix rare SRTP loss decode failure

    As described in https://webrtc-review.googlesource.com/c/src/+/358360
    there can be a problem when the sequence number starts near the
    rollover point and there is packet loss. As linked to in that issue,
    libsrtp recommends having the starting sequence number be less than
    2^15 to avoid that problem.
    kcaffrey committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9d5a356 View commit details
    Browse the repository at this point in the history