Updates
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# hyper-p2p-qos-topic API
|
||||
|
||||
**Status:** scaffold · **Protocol:** `qos-topic/v1`
|
||||
|
||||
## Class `HyperP2PQosTopic`
|
||||
|
||||
Scaffold stub — methods throw `not implemented: scaffold` until promoted to production tier.
|
||||
|
||||
### `constructor(opts?)`
|
||||
|
||||
### `getStats()`
|
||||
|
||||
Returns `{ created, errors, protocol, tier: 'scaffold' }`.
|
||||
|
||||
### `ready()`
|
||||
|
||||
Resolves immediately (no-op).
|
||||
|
||||
## Wire (planned)
|
||||
|
||||
| Message | Direction | Notes |
|
||||
|---------|-----------|-------|
|
||||
| TBD | gossip | Defined in implementation pass |
|
||||
@@ -0,0 +1,15 @@
|
||||
# hyper-p2p-qos-topic architecture
|
||||
|
||||
**Tier:** scaffold · **Category:** `messaging-pubsub`
|
||||
|
||||
## Role
|
||||
|
||||
QoS tiers per topic.
|
||||
|
||||
## Composition
|
||||
|
||||
Uses `../../_shared/p2p-bare.js` for Hyperswarm + Protomux when implemented. Does **not** duplicate Holepunch core storage/transport.
|
||||
|
||||
## Holepunch boundary
|
||||
|
||||
Inspiration: n/a
|
||||
Reference in New Issue
Block a user