Home
last modified time | relevance | path

Searched refs:gossip (Results 1 – 25 of 1548) sorted by relevance

12345678910>>...62

/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dgossip_control.c35 bitcoind->ld->gossip, in got_txout()
91 subd_send_msg(gossip, in get_txout()
144 handle_onionmsg_to_us(gossip->ld, msg); in gossip_msg()
147 get_txout(gossip, msg); in gossip_msg()
159 subd_send_msg(ld->gossip, in gossip_notify_new_block()
191 if (!ld->gossip) in gossip_init()
210 subd_req(ld->gossip, ld->gossip, take(msg), -1, 0, in gossip_init()
221 subd_send_msg(ld->gossip, msg); in gossipd_notify_spend()
265 subd_send_msg(cmd->ld->gossip, in json_setleaserates()
327 subd_req(cmd->ld->gossip, cmd->ld->gossip, in json_addgossip()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/website/content/docs/k8s/operations/
H A Dgossip-encryption-key-rotation.mdx9 …ovides a step-by-step manual process for rotating [gossip encryption](/docs/security/encryption#go…
18 …This should generate a new key which can be used as the gossip encryption key. In this example, we…
19 `Wa6/XFAnYy0f9iqVH2iiG+yore3CqHSemUy4AIVTa/w=` as the replacement gossip encryption key.
29 ==> Installing new gossip encryption key...
52 3. Use the new key as the gossip encryption key.
59 ==> Changing primary gossip encryption key...
81 4. Update the Kubernetes secrets with the latest gossip encryption key.
84 the value of the new gossip encryption key.
86 …The name of the secret which stores the value of the gossip encryption key can be found in the Hel…
90 secretName: consul-gossip-encryption-key
[all …]
/dports/sysutils/consul/consul-1.10.3/website/content/docs/k8s/operations/
H A Dgossip-encryption-key-rotation.mdx9 …ovides a step-by-step manual process for rotating [gossip encryption](/docs/security/encryption#go…
18 …This should generate a new key which can be used as the gossip encryption key. In this example, we…
19 `Wa6/XFAnYy0f9iqVH2iiG+yore3CqHSemUy4AIVTa/w=` as the replacement gossip encryption key.
29 ==> Installing new gossip encryption key...
52 3. Use the new key as the gossip encryption key.
59 ==> Changing primary gossip encryption key...
81 4. Update the Kubernetes secrets with the latest gossip encryption key.
84 the value of the new gossip encryption key.
86 …The name of the secret which stores the value of the gossip encryption key can be found in the Hel…
90 secretName: consul-gossip-encryption-key
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/website/content/docs/k8s/operations/
H A Dgossip-encryption-key-rotation.mdx9 …ovides a step-by-step manual process for rotating [gossip encryption](/docs/security/encryption#go…
18 …This should generate a new key which can be used as the gossip encryption key. In this example, we…
19 `Wa6/XFAnYy0f9iqVH2iiG+yore3CqHSemUy4AIVTa/w=` as the replacement gossip encryption key.
29 ==> Installing new gossip encryption key...
52 3. Use the new key as the gossip encryption key.
59 ==> Changing primary gossip encryption key...
81 4. Update the Kubernetes secrets with the latest gossip encryption key.
84 the value of the new gossip encryption key.
86 …The name of the secret which stores the value of the gossip encryption key can be found in the Hel…
90 secretName: consul-gossip-encryption-key
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/website/source/docs/internals/
H A Dgossip.html.md4 sidebar_current: "docs-internals-gossip"
6 … a gossip protocol to manage membership and broadcast messages to the cluster. All of this is prov…
11 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
13 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
16 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
20 Consul makes use of two different gossip pools. We refer to each pool as the
21 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
26 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
54 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
57 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-pubsub/
H A Dmcache.go23 func NewMessageCache(gossip, history int) *MessageCache { argument
24 if gossip > history {
26 gossip, history)
33 gossip: gossip,
42 gossip int member
84 for _, entries := range mc.history[:mc.gossip] {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/website/source/docs/internals/
H A Dgossip.html.md4 sidebar_current: "docs-internals-gossip"
6 … a gossip protocol to manage membership and broadcast messages to the cluster. All of this is prov…
11 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
13 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
16 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
25 Consul makes use of two different gossip pools. We refer to each pool as the
26 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
31 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
59 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
62 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/website/source/docs/internals/
H A Dgossip.html.md4 sidebar_current: "docs-internals-gossip"
6 … a gossip protocol to manage membership and broadcast messages to the cluster. All of this is prov…
11 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
13 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
16 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
25 Consul makes use of two different gossip pools. We refer to each pool as the
26 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
31 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
59 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
62 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/website/source/docs/internals/
H A Dgossip.html.md4 sidebar_current: "docs-internals-gossip"
6 … a gossip protocol to manage membership and broadcast messages to the cluster. All of this is prov…
11 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
13 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
16 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
25 Consul makes use of two different gossip pools. We refer to each pool as the
26 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
31 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
59 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
62 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/website/source/docs/internals/
H A Dgossip.html.md4 sidebar_current: "docs-internals-gossip"
6 … a gossip protocol to manage membership and broadcast messages to the cluster. All of this is prov…
11 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
13 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
16 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
25 Consul makes use of two different gossip pools. We refer to each pool as the
26 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
31 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
59 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
62 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/website/content/docs/architecture/
H A Dgossip.mdx5 Consul uses a gossip protocol to manage membership and broadcast messages to
7 gossip protocol used by Serf is based on SWIM: Scalable Weakly-consistent
14 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
16 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
19 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
23 Consul makes use of two different gossip pools. We refer to each pool as the
24 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
29 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
56 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
59 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/sysutils/consul/consul-1.10.3/website/content/docs/architecture/
H A Dgossip.mdx5 Consul uses a gossip protocol to manage membership and broadcast messages to
7 gossip protocol used by Serf is based on SWIM: Scalable Weakly-consistent
14 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
16 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
19 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
23 Consul makes use of two different gossip pools. We refer to each pool as the
24 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
29 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
56 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
59 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/website/content/docs/architecture/
H A Dgossip.mdx5 Consul uses a gossip protocol to manage membership and broadcast messages to
7 gossip protocol used by Serf is based on SWIM: Scalable Weakly-consistent
14 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
16 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
19 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
23 Consul makes use of two different gossip pools. We refer to each pool as the
24 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
29 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
56 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
59 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/website/pages/docs/internals/
H A Dgossip.mdx6 Consul uses a gossip protocol to manage membership and broadcast messages to
8 gossip protocol used by Serf is based on SWIM: Scalable Weakly-consistent
15 Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
17 through the use of the [Serf library](https://www.serf.io/). The gossip protocol
20 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
24 Consul makes use of two different gossip pools. We refer to each pool as the
25 LAN or WAN pool respectively. Each datacenter Consul operates in has a LAN gossip pool
30 concentrated on a few servers. Lastly, the gossip pool allows for reliable and fast
59 [Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust…
62 [Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/docs/proposals/
H A D201809_gossip-removal.md2 title: Deprecated gossip clustering in favor of File SD
12 It is becoming clear that we need to remove gossip protocol as our main way of communication betwee…
14 (similar to gossip auto-join logic), we already wanted to introduce a [File SD](https://github.com/…
27 deprecate gossip:
40 * Global gossip is really difficult to achieve. BTW, If you know how to setup this, please write a …
52 * Remove gossip support from code (Decision after initial feedback)
60 * Remove gossip from the documentation, be clear what talks with what (!)
61 * Deprecate gossip in code.
62 * Remove gossip code and flags AFTER [File SD](https://github.com/thanos-io/thanos/issues/492) is d…
69 As help for migration we might want to add sidecar that uses FileSD but support gossip clustering.
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/docs/proposals/
H A D201809_gossip-removal.md2 title: Deprecated gossip clustering in favor of File SD
12 It is becoming clear that we need to remove gossip protocol as our main way of communication betwee…
14 (similar to gossip auto-join logic), we already wanted to introduce a [File SD](https://github.com/…
27 deprecate gossip:
40 * Global gossip is really difficult to achieve. BTW, If you know how to setup this, please write a …
52 * Remove gossip support from code (Decision after initial feedback)
60 * Remove gossip from the documentation, be clear what talks with what (!)
61 * Deprecate gossip in code.
62 * Remove gossip code and flags AFTER [File SD](https://github.com/thanos-io/thanos/issues/492) is d…
69 As help for migration we might want to add sidecar that uses FileSD but support gossip clustering.
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/docs/internals/
H A Dgossip.html.md4 sidebar_current: "docs-internals-gossip"
6 Nomad uses a gossip protocol to manage membership. All of this is provided
12 Nomad uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
14 The gossip protocol used by Serf is based on
16 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
25 Nomad makes use of a single global WAN gossip pool that all servers participate in.
26 Membership information provided by the gossip pool allows servers to perform cross region
28 losing connectivity, or just a single server in a remote region. The gossip protocol
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/serf/serf-0.7.0/website/source/docs/internals/
H A Dgossip.html.markdown4 sidebar_current: "docs-internals-gossip"
11 Serf uses a [gossip protocol](http://en.wikipedia.org/wiki/Gossip_protocol)
13 this internal protocol. The gossip protocol is based on
35 TCP, but much less often than gossip messages. This increases the likelihood
59 As mentioned earlier, the gossip protocol is based on SWIM but includes
65 changes over gossip. While both are eventually consistent, Serf is able to
69 * Serf has a dedicated gossip layer separate from the failure detection
71 Serf uses piggybacking along with dedicated gossip messages. This
72 feature lets you have a higher gossip rate (for example once per 200ms)
84 On top of the SWIM-based gossip layer, Serf sends some custom message types.
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/serf/website/source/docs/internals/
H A Dgossip.html.markdown4 sidebar_current: "docs-internals-gossip"
11 Serf uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
13 this internal protocol. The gossip protocol is based on
35 TCP, but much less often than gossip messages. This increases the likelihood
59 As mentioned earlier, the gossip protocol is based on SWIM but includes
65 changes over gossip. While both are eventually consistent, Serf is able to
69 * Serf has a dedicated gossip layer separate from the failure detection
71 Serf uses piggybacking along with dedicated gossip messages. This
72 feature lets you have a higher gossip rate (for example once per 200ms)
84 On top of the SWIM-based gossip layer, Serf sends some custom message types.
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/gossip/minimal/
H A DREADME.md4 of minimal gossip for CT logs.
13 The general idea of **gossip** for CT logs is that each log's signed values
14 (SCTs and STHs) are exchanged amongst gossip participants, so that a split
18 that clients of CT logs gossip amongst themselves; however, this has two
21 - It requires the details of the gossip mechanism to be defined, agreed upon
25 they gossip.
29 The *minimal gossip* approach allows the STH values for CT logs to be gossiped
35 Note, however, that this minimal gossip approach does not protect against the
72 The synthetic certificate chains produced for minimal gossip consist of two
79 that indicates minimal gossip use; the OID used for this is currently
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/doc/
H A Dlightning-addgossip.7.md1 lightning-addgossip -- Command for injecting a gossip message (low-level)
12 The **addgossip** RPC command injects a hex-encoded gossip message into
13 the gossip daemon. It may return an error if it is malformed, or may
14 update its internal state using the gossip message.
16 Note that currently some paths will still silently reject the gossip: it
/dports/sysutils/nomad/nomad-1.1.0/website/content/docs/internals/
H A Dgossip.mdx5 Nomad uses a gossip protocol to manage membership. All of this is provided
11 Nomad uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
13 The gossip protocol used by Serf is based on
15 …here are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
24 Nomad makes use of a single global WAN gossip pool that all servers participate in.
25 Membership information provided by the gossip pool allows servers to perform cross region
27 losing connectivity, or just a single server in a remote region. The gossip protocol
/dports/net/czmq/czmq-4.1.1/src/
H A Dzgossip.c247 zgossip_msg_t *gossip = zgossip_msg_new (); in server_connect() local
248 zgossip_msg_set_id (gossip, ZGOSSIP_MSG_HELLO); in server_connect()
249 zgossip_msg_send (gossip, remote); in server_connect()
254 zgossip_msg_set_key (gossip, tuple->key); in server_connect()
255 zgossip_msg_set_value (gossip, tuple->value); in server_connect()
256 zgossip_msg_send (gossip, remote); in server_connect()
260 zgossip_msg_destroy (&gossip); in server_connect()
294 zgossip_msg_t *gossip = zgossip_msg_new (); in server_accept() local
298 zgossip_msg_set_key (gossip, tuple->key); in server_accept()
300 zgossip_msg_send (gossip, remote); in server_accept()
[all …]
/dports/mail/neomutt/neomutt-20211029/autocrypt/
H A Dautocrypt.c815 for (struct AutocryptHeader *gossip = env->autocrypt_gossip; gossip; in mutt_autocrypt_write_gossip_headers() local
816 gossip = gossip->next) in mutt_autocrypt_write_gossip_headers()
819 write_autocrypt_header_line(fp, gossip->addr, 0, gossip->keydata); in mutt_autocrypt_write_gossip_headers()
867 gossip->addr = mutt_str_dup(peer->email_addr); in mutt_autocrypt_generate_gossip_list()
868 gossip->keydata = mutt_str_dup(keydata); in mutt_autocrypt_generate_gossip_list()
869 gossip->next = mime_headers->autocrypt_gossip; in mutt_autocrypt_generate_gossip_list()
870 mime_headers->autocrypt_gossip = gossip; in mutt_autocrypt_generate_gossip_list()
897 gossip->addr = mutt_str_dup(addr); in mutt_autocrypt_generate_gossip_list()
898 gossip->keydata = mutt_str_dup(keydata); in mutt_autocrypt_generate_gossip_list()
899 gossip->next = mime_headers->autocrypt_gossip; in mutt_autocrypt_generate_gossip_list()
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/website/source/docs/internals/
H A Dgossip.html.markdown4 sidebar_current: "docs-internals-gossip"
11 Serf uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
13 this internal protocol. The gossip protocol is based on
35 TCP, but much less often than gossip messages. This increases the likelihood
59 As mentioned earlier, the gossip protocol is based on SWIM but includes
65 changes over gossip. While both are eventually consistent, Serf is able to
69 * Serf has a dedicated gossip layer separate from the failure detection
71 Serf uses piggybacking along with dedicated gossip messages. This
72 feature lets you have a higher gossip rate (for example once per 200ms)
127 the gossip layer. Because the underlying gossip layer makes no differentiation
[all …]

12345678910>>...62