Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Server Reed-Solomon 4+2 shard encode on deploy plans when erasure_lanes_enabled; agents reassemble from parallel lane URLs as staging fallback with BGP/Path Tracer hints.
7 lines
199 B
Go
7 lines
199 B
Go
package config
|
||
|
||
// ErasureLanesEnabled reports whether server policy allows multi-lane Reed–Solomon reassembly.
|
||
func ErasureLanesEnabled(cfg RuntimeConfig) bool {
|
||
return cfg.ErasureLanesEnabled
|
||
}
|