Begin build phase
This commit is contained in:
@@ -6,13 +6,13 @@ QoS tiers per topic.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `protomux`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-flow-shaper`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "qos-topic/v1",
|
||||
"class": "HyperP2PQosTopic",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"protomux"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-flow-shaper"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Retained message store.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `protomux`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-gossip-mesh`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "retained-messages/v1",
|
||||
"class": "HyperP2PRetainedMessages",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"protomux"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-gossip-mesh"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Subscription lease gossip.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `protomux`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-topic-lease`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "subscription-lease/v1",
|
||||
"class": "HyperP2PSubscriptionLease",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"protomux"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-topic-lease"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Named topic channels.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `protomux`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-gossip-mesh`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "topic-channel/v1",
|
||||
"class": "HyperP2PTopicChannel",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"protomux"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-gossip-mesh"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user