From 933f76882b754e4b338037d2a5a0a5d92764eb59 Mon Sep 17 00:00:00 2001 From: Alvaro Revuelta Date: Mon, 8 Jan 2024 17:23:57 +0100 Subject: [PATCH] Update D_high (#657) --- content/docs/rfcs/29/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/rfcs/29/README.md b/content/docs/rfcs/29/README.md index 3481e89f..28336375 100644 --- a/content/docs/rfcs/29/README.md +++ b/content/docs/rfcs/29/README.md @@ -25,7 +25,7 @@ We repeat them here with RECOMMMENDED values for `11/WAKU2-RELAY` implementation |----------------------|-------------------------------------------------------|-------------------| | `D` | The desired outbound degree of the network | 6 | | `D_low` | Lower bound for outbound degree | 4 | -| `D_high` | Upper bound for outbound degree | 12 | +| `D_high` | Upper bound for outbound degree | 8 | | `D_lazy` | (Optional) the outbound degree for gossip emission | `D` | | `heartbeat_interval` | Time between heartbeats | 1 second | | `fanout_ttl` | Time-to-live for each topic's fanout state | 60 seconds | @@ -71,4 +71,4 @@ Copyright and related rights waived via 1. [GossipSub v1.0 parameters](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.0.md#parameters) 1. [GossipSub v1.1 parameters](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#overview-of-new-parameters) 1. [libp2p](https://github.com/libp2p/specs) -1. [libp2p GossipSub protocol](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/README.md) \ No newline at end of file +1. [libp2p GossipSub protocol](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/README.md)