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
Hello.
When I run this application as root, it binds port 132.
Port 132 is opened by the usrsctp library.
However, I do not believe this port is used by WebRTC and should not be open.
I checked usrsctp and found the following pull request.
It looks like I can change the initialization function to not bind this port. sctplab/usrsctp#532
After changing the initialization function and checking, the unused port is no longer bound. kiyotsu@300e672
I would like to see the bind of unused ports fixed.
Hello @kiyotsu ,
Would you like to create a pull request to our develop branch so you can receive credit for this fix? If not I can go ahead and make the change myself.
Thank you for your deep dive.
Hello.
When I run this application as root, it binds port 132.
Port 132 is opened by the usrsctp library.
However, I do not believe this port is used by WebRTC and should not be open.
I checked usrsctp and found the following pull request.
It looks like I can change the initialization function to not bind this port.
sctplab/usrsctp#532
After changing the initialization function and checking, the unused port is no longer bound.
kiyotsu@300e672
I would like to see the bind of unused ports fixed.
SDK version number
b2b05c8
Environment
The text was updated successfully, but these errors were encountered: