From 7e598d8545282db62fcad4bf8964cc5f94161a5b Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Mon, 13 Oct 2014 22:56:41 -0700 Subject: [PATCH] website: re-word a few things --- .../docs/internals/architecture.html.markdown.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/docs/internals/architecture.html.markdown.erb b/website/source/docs/internals/architecture.html.markdown.erb index 81cc3ef4c7..4c6af9f1ea 100644 --- a/website/source/docs/internals/architecture.html.markdown.erb +++ b/website/source/docs/internals/architecture.html.markdown.erb @@ -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 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 -are all located on the same local area network or datacenter. +* LAN Gossip - Refers to the LAN gossip pool, which contains nodes that are all +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 -are primary located in different datacenters and must communicate over the internet or -wide area network. +* WAN Gossip - Refers to the WAN gossip pool, which contains only servers. These +servers are primarily located in different datacenters and typically communicate +over the internet or wide area network. * 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.