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

Ignore TURN servers with transport TCP or TLS with libjuice #1222

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

paullouisageneau
Copy link
Owner

The current behavior with libjuice as ICE backend is to attempt to reach all TURN servers over UDP, even when TCP or TLS transport is specified. This can be problematic in the case of non-trickled ICE, as the TURN server might not be reachable over UDP (for instance, some providers have TCP-only TURN servers), inducing a long timeout delay before connection.

This PR changes the behavior to ignore TURN servers with TCP and TLS transports with libjuice. The behavior with libnice is unchanged.

@paullouisageneau paullouisageneau merged commit 67e88a6 into master Jul 2, 2024
12 checks passed
@paullouisageneau paullouisageneau deleted the ignore-turn-tcp-tls-libjuice branch July 2, 2024 11:23
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.

None yet

1 participant