feat(media-streaming): deepen telemetry, ledger, and orchestrator
Session history and stall ranking, contribution percentile snapshots, enterprise region SLA helpers, and latency target configuration. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -72,6 +72,11 @@ class HyperP2PLatencyOptimizer extends EventEmitter {
|
||||
return glass <= this.targetGlassMs
|
||||
}
|
||||
|
||||
setTargetGlassMs (ms) {
|
||||
this.targetGlassMs = Math.max(100, ms | 0)
|
||||
return this.targetGlassMs
|
||||
}
|
||||
|
||||
getStats () {
|
||||
return mediaStats(this._stats, PROTOCOL, { paths: this._paths.size })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user