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
Update docker.io/library/golang Docker tag to v1.24 (#694)
Generated by renovateBot
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix incorrect client retransmissions
introduced by ec76652. If Client has gone to finished we know that
server sent Finished. No reason to ever re-send messages.
Resolvespion/webrtc#2909
Mark NULL and AES256CM SRTP ciphers as supported
DTLS server checks this list during handshake. Without this change new
NULL and AES256CM SRTP ciphers were ignored.