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

dtls: add single connection mode #643

Merged
merged 1 commit into from
Jan 11, 2023
Merged

dtls: add single connection mode #643

merged 1 commit into from
Jan 11, 2023

Conversation

alfredh
Copy link
Contributor

@alfredh alfredh commented Jan 11, 2023

When used with WebRTC, the remote endpoint may send DTLS packets from any port. In this context we should have only one DTLS connection that is used for e.g. SRTP keying and SCTP transport.

This happens with Safari 16.1 where it sends DTLS Handshake from one port, and DTLS Alert from another port.

When used with WebRTC, the remote endpoint may send DTLS packets
from any port. In this context we should have only one DTLS connection
that is used for e.g. SRTP keying and SCTP transport.

This happens with Safari 16.1 where it sends DTLS Handshake
from one port, and DTLS Alert from another port.
@sreimers sreimers merged commit a48d789 into main Jan 11, 2023
@sreimers sreimers deleted the dtls_single_mode branch January 11, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants