Skip to content

Commit 1f5e8ee

Browse files
authored
Minor Fix
1 parent 1f4504a commit 1f5e8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/WebRtcPortConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

100100
2. Port Range Restriction Scope param in GetEffectiveAllowedPortRange
101101
- `GetEffectiveAllowedPortRange` returns the range explicitly set for the queried scope.

0 commit comments

Comments
 (0)