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

TURN TCP transport support #257

Open
paullouisageneau opened this issue Jun 29, 2024 · 1 comment
Open

TURN TCP transport support #257

paullouisageneau opened this issue Jun 29, 2024 · 1 comment

Comments

@paullouisageneau
Copy link
Owner

The library currently supports TURN UDP transport only. TURN TCP transport can help connecting as a fallback on some restricted networks where UDP traffic is blocked, at the price of degraded performance.

A draft implementation for client side was started earlier in #111, but it has some issues and needs to be adapted to the different concurrency modes.

TURN TCP transport is typically exploited by WebRTC to increase connectivity. Note that it is different from ICE-TCP and TURN TCP Allocations (RFC 6062).

@wuhenfeike
Copy link

can support TURN TCP transport, it's very important, how time? thanks!

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

No branches or pull requests

2 participants