|
@@ -477,7 +477,7 @@ class Mux extends CommonClass {
|
|
|
|
|
|
static fromJson(json = {}) {
|
|
static fromJson(json = {}) {
|
|
if (Object.keys(json).length === 0) return undefined;
|
|
if (Object.keys(json).length === 0) return undefined;
|
|
- return new SockoptStreamSettings(
|
|
|
|
|
|
+ return new Mux(
|
|
json.enabled,
|
|
json.enabled,
|
|
json.concurrency,
|
|
json.concurrency,
|
|
json.xudpConcurrency,
|
|
json.xudpConcurrency,
|