We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da33e2 commit ca1be8eCopy full SHA for ca1be8e
docs/FAQ.md
@@ -199,6 +199,10 @@ From the
199
[documentation](https://github.com/reactive-firewall/multicast/blob/v1.4/multicast/__init__.py#L155):
200
> Arbitrary port to use by default, though any dynamic and free port would work.
201
202
+While developers and network admistrators must consider other factors in the real world deployment,
203
+it is fair to say any free port in the dynamic or "ephemeral" port range of `49152`-`65535` should
204
+work so far as this Multicast module is concerned.
205
+
206
* For `SAY` the port refers to the destination port.
207
* for `RECV` and `HEAR` the port refers to the port to listen on.
208
0 commit comments