Open
Description
Embassy-net currently allocates ports starting with port 1025 (LOCAL_PORT_MIN
variable), this may conflict with services that use ports higher than 1025, combined with RNG which IIRC is already used for randomizing ports, may cause random failures in apps.
Shouldn't embassy-net allocate only ports from 49152 to 65535 range?