ice icon indicating copy to clipboard operation
ice copied to clipboard

Start the listening port by default above 1024

Open dirkx opened this issue 2 years ago • 1 comments

Summary

Given of often users of ICE may run at non priveleged users - it may make sense to make the 'port min' default in https://github.com/pion/ice/blob/ab18a94710c2fd279759ade01f19fc1f0e775af1/net.go#L109

from 1 to the unprivileged 1024

Motivation

Easy of use

Describe alternatives you've considered

One can explicitly configure this - so pure nice to have.

dirkx avatar Feb 15 '24 14:02 dirkx

@dirkx Sounds good to me! Mind making a PR?

Sean-Der avatar Feb 15 '24 19:02 Sean-Der