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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: