From f937953961c080df16919e535c39d59023029414 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:47:04 -0500 Subject: [PATCH] Create relay-static-shard-alloc.md --- informational/relay-static-shard-alloc.md | 56 +++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 informational/relay-static-shard-alloc.md diff --git a/informational/relay-static-shard-alloc.md b/informational/relay-static-shard-alloc.md new file mode 100644 index 0000000..545975d --- /dev/null +++ b/informational/relay-static-shard-alloc.md @@ -0,0 +1,56 @@ +--- +title: RELAY-STATIC-SHARD-ALLOC +name: Waku v2 Relay Static Shard Allocation +status: raw +category: Informational +tags: waku/informational +editor: Daniel Kaiser +contributors: +--- + +## Abstract + +This document lists static shard flag index assignments (see [51/WAKU2-RELAY-SHARDING](/spec/51/). + +## Background + +Similar to the [IANA port allocation](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml), +this document lists static shard index assignments (see [51/WAKU2-RELAY-SHARDING](/spec/51/). + +## Assingment Process + +> *Note*: Future versions of this document will specify the assignment process. + +### List of Cluster Ids + +| index | Protocol/App | Description | +| --- | --- | --- | +| 0 | global | global use | +| 1 | reserved | [The Waku Network](https://rfc.vac.dev/spec/64/#network-shards) | +| 2 | reserved | | +| 3 | reserved | | +| 4 | reserved | | +| 5 | reserved | | +| 6 | reserved | | +| 7 | reserved | | +| 8 | reserved | | +| 9 | reserved | | +| 10 | reserved | | +| 11 | reserved | | +| 12 | reserved | | +| 13 | reserved | | +| 14 | reserved | | +| 15 | reserved | | +| 16 | Status | Status main net | +| 17 | Status | | +| 18 | Status | | + + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). + +# References + +* [51/WAKU2-RELAY-SHARDING](/spec/51/) +* [IANA port allocation](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml)