File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ API Rules and Precedence
8787- ` _DEFAULT ` defines the base port range restrictions for all components without specific overrides.
8888- Passing ` (0, 0) ` for a component scope unset its specific range restriction and inherit range restriction from ` _DEFAULT `
8989- If ` _DEFAULT ` is set and a specific scope is unset, that component inherits ` _DEFAULT ` .
90- - Passing ` (0 ,65535) ` for a component scope make port range unrestricted for that component.
90+ - Passing ` (1025 ,65535) ` for a component scope make port range unrestricted for that component.
9191
9292| Scope State | Behaviour |
9393| ------------------------------------------ | --------------------------------------------------------------------------------------------- |
9494| Only ` _DEFAULT ` is set | ` _DEFAULT ` applies port range restrictions to all components |
9595| ` _DEFAULT ` and ` _WEB_RTC ` are both set | ` _WEB_RTC ` port range restrictions applies to WebRTC; ` _DEFAULT ` applies to others |
9696| ` _WEB_RTC ` only is set | ` _WEB_RTC ` applies port range restrictions only to WebRTC; others unrestricted |
9797| ` _DEFAULT ` set and ` _WEB_RTC ` reset to ` (0,0) ` | ` _DEFAULT ` applies port range restrictions to all and WebRTC inherits ` _DEFAULT ` |
98- | ` _DEFAULT ` set and ` _WEB_RTC ` set to ` (0 ,65535) ` | ` _DEFAULT ` applies port range restrictions to all except WebRTC which is unrestricted |
98+ | ` _DEFAULT ` set and ` _WEB_RTC ` set to ` (1025 ,65535) ` | ` _DEFAULT ` applies port range restrictions to all except WebRTC which is unrestricted |
9999
1001002 . Port Range Restriction Scope param in GetEffectiveAllowedPortRange
101101- ` GetEffectiveAllowedPortRange ` returns the range explicitly set for the queried scope.
You can’t perform that action at this time.
0 commit comments