Begin build phase
This commit is contained in:
@@ -6,13 +6,13 @@ Circuit breaker for peer calls.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `protomux-rpc`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-intent-router`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "circuit-breaker/v1",
|
||||
"class": "HyperP2PCircuitBreaker",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"protomux-rpc"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-intent-router"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Geo-hint aware routing.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `hyper-spatial-index`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-anycast-selector`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "geo-hint-router/v1",
|
||||
"class": "HyperP2PGeoHintRouter",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"hyper-spatial-index"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-anycast-selector"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Load spread across peers.
|
||||
|
||||
## 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-peer-scheduler`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "load-spread/v1",
|
||||
"class": "HyperP2PLoadSpread",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"protomux"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-peer-scheduler"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Retry policy with backoff.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `protomux-rpc`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-intent-router`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "retry-policy/v1",
|
||||
"class": "HyperP2PRetryPolicy",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"protomux-rpc"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-intent-router"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@ Sticky session routing.
|
||||
|
||||
## 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-session-bridge`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "sticky-session/v1",
|
||||
"class": "HyperP2PStickySession",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"protomux"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-session-bridge"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user