-
Notifications
You must be signed in to change notification settings - Fork 160
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
Obey Transport protocol #366
Conversation
Fantastic work @swagggpickle this looks right to me. I will double check some stuff and then merge this ASAP :) Mind adding yourself to the README? |
Codecov Report
@@ Coverage Diff @@
## master #366 +/- ##
==========================================
- Coverage 78.49% 78.24% -0.26%
==========================================
Files 33 33
Lines 2581 2583 +2
==========================================
- Hits 2026 2021 -5
- Misses 388 396 +8
+ Partials 167 166 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@Sean-Der Sure thing I will add myself to the README. I will also add to the unit test to ensure coverage. |
@Sean-Der Hi, Do you have a status update? |
Description
The purpose of this PR is to add a check for transportation protocol before attempting to connect via UDP to server.
Using the latest version of
coturn
implementation with theno-udp
flag specified and a strict firewall preventing UDP traffic one would observe that the ice candidate gathering takes 5 seconds. After some investigation I found that thetransport=tcp
flag was not being obeyed within thegatherCandidatesSrflx
function.Related issue
#367