From 499e187382798060b3c880782b5563e4253c0bcf Mon Sep 17 00:00:00 2001 From: Ben Edgington Date: Mon, 5 Aug 2019 12:19:32 +0100 Subject: [PATCH] Fix constants table Tables need header rows in Markdown. --- specs/networking/p2p-interface.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/networking/p2p-interface.md b/specs/networking/p2p-interface.md index 6f79b5d49..6fca087da 100644 --- a/specs/networking/p2p-interface.md +++ b/specs/networking/p2p-interface.md @@ -111,6 +111,8 @@ Clients MUST support [mplex](https://github.com/libp2p/specs/tree/master/mplex) This section outlines constants that are used in this spec. +| Name | Value | Description | +|---|---|---| | `REQ_RESP_MAX_SIZE` | `TODO` | The max size of uncompressed req/resp messages that clients will allow. | | `GOSSIP_MAX_SIZE` | `2**20` (= 1048576, 1 MiB) | The max size of uncompressed gossip messages | | `SHARD_SUBNET_COUNT` | `TODO` | The number of shard subnets used in the gossipsub protocol. |