Skip to content

Commit

Permalink
GEODE-8802: clarify mcast-port default in docs (apache#5872)
Browse files Browse the repository at this point in the history
* GEODE-8802: clarify mcast-port default in docs

* GEODE-8802: Revise mcast-port default value to be 0 in docs

* GEODE-8802: clarify mcast-port default in docs

Co-authored-by: Karen Miller <[email protected]>
  • Loading branch information
karensmolermiller and Karen Miller authored Jan 6, 2021
1 parent ab16f68 commit 019e03b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geode-docs/configuring/running/firewalls_ports.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ This table contains properties potentially involved in firewall behavior, with a
<tr>
<td><p>Multicast</p></td>
<td><code class="ph codeph">mcast-port</code></td>
<td>10334</td>
<td>0</td>
</tr>
<tr>
<td><p>RMI</p></td>
Expand Down
6 changes: 3 additions & 3 deletions geode-docs/reference/topics/gemfire_properties.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -387,18 +387,18 @@ See <a href="../../configuring/cluster_config/using_member_groups.html">Using Me
<tr>
<td>mcast-port</td>
<td>Port used, along with the mcast-address, for multicast communication with other members of the cluster. If zero, multicast is disabled.
Valid values are in the range 0..65535.
<div class="note note">
<strong>Note:</strong>
<p>Select different multicast addresses and ports for different clusters. Do not just use different addresses. Some operating systems may not keep communication separate between systems that use unique addresses but the same port number.</p>
</div>
<p>Valid values are in the range 0..65535.</p>
<div class="note note">
<strong>Note:</strong>
<p>This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication.</p>
</div>
<p>If you have values specified for the <code class="ph codeph">locators</code> property, the <code class="ph codeph">mcast-port</code> property defaults to 0.</p></td>
</td>
<td>S, L</td>
<td>10334</td>
<td>0</td>
</tr>
<tr>
<td>mcast-recv-buffer-size</td>
Expand Down

0 comments on commit 019e03b

Please sign in to comment.