mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
Merge pull request #398 from hashicorp/ryanuber-docs
website: Documentation adjustments
This commit is contained in:
commit
dfec300fa4
@ -44,5 +44,9 @@ upgrading, see the [upgrading page](/docs/upgrading.html).
|
|||||||
<td>0.3</td>
|
<td>0.3</td>
|
||||||
<td>1, 2</td>
|
<td>1, 2</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>0.4</td>
|
||||||
|
<td>1, 2</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@ -55,12 +55,12 @@ Serf provides membership, failure detection, and event broadcast mechanisms. Our
|
|||||||
is described more in the [gossip documentation](/docs/internals/gossip.html). It is enough to know
|
is described more in the [gossip documentation](/docs/internals/gossip.html). It is enough to know
|
||||||
gossip involves random node-to-node communication, primarily over UDP.
|
gossip involves random node-to-node communication, primarily over UDP.
|
||||||
|
|
||||||
* LAN Gossip - This is used to mean that there is a gossip pool, containing nodes that
|
* LAN Gossip - Refers to the LAN gossip pool, which contains nodes that are all
|
||||||
are all located on the same local area network or datacenter.
|
located on the same local area network or datacenter.
|
||||||
|
|
||||||
* WAN Gossip - This is used to mean that there is a gossip pool, containing servers that
|
* WAN Gossip - Refers to the WAN gossip pool, which contains only servers. These
|
||||||
are primary located in different datacenters and must communicate over the internet or
|
servers are primarily located in different datacenters and typically communicate
|
||||||
wide area network.
|
over the internet or wide area network.
|
||||||
|
|
||||||
* RPC - RPC is short for a Remote Procedure Call. This is a request / response mechanism
|
* RPC - RPC is short for a Remote Procedure Call. This is a request / response mechanism
|
||||||
allowing a client to make a request from a server.
|
allowing a client to make a request from a server.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user