From d3d9bbd47908626c573466022321e9f8edcf1eb4 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 7 Oct 2020 17:46:20 -0600 Subject: [PATCH] add note about coming gs v1.1 params --- specs/phase0/p2p-interface.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/specs/phase0/p2p-interface.md b/specs/phase0/p2p-interface.md index 0ef076f79..9a27b54fc 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -211,8 +211,6 @@ including the [gossipsub v1.1](https://github.com/libp2p/specs/blob/master/pubsu **Gossipsub Parameters** -*Note*: Parameters listed here are subject to a large-scale network feasibility study. - The following gossipsub [parameters](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.0.md#parameters) will be used: - `D` (topic stable mesh target count): 6 @@ -225,6 +223,11 @@ The following gossipsub [parameters](https://github.com/libp2p/specs/blob/master - `mcache_gossip` (number of windows to gossip about): 3 - `seen_ttl` (number of heartbeat intervals to retain message IDs): 550 +*Note*: Gossipsub v1.1 introduces a number of +[additional parameters](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#overview-of-new-parameters) +for peer scoring and other attack mitigations. +These are currently under investigation and will be spec'd and released to mainnet when they are ready. + ### Topics and messages Topics are plain UTF-8 strings and are encoded on the wire as determined by protobuf (gossipsub messages are enveloped in protobuf messages).