mieru: add mtu and handshake_mode options

This commit is contained in:
Shtorm
2026-09-04 01:24:10 +03:00
parent b0ec582349
commit eac79f2080
9 changed files with 60 additions and 8 deletions
+4 -1
View File
@@ -36,7 +36,10 @@
// valid: MULTIPLEXING_DEFAULT / MULTIPLEXING_OFF / MULTIPLEXING_LOW
// MULTIPLEXING_MIDDLE / MULTIPLEXING_HIGH
"multiplexing": "MULTIPLEXING_LOW",
"traffic_pattern": "GgQIARAK"
"traffic_pattern": "GgQIARAK",
"mtu": 1400,
// valid: HANDSHAKE_DEFAULT / HANDSHAKE_STANDARD / HANDSHAKE_NO_WAIT
"handshake_mode": "HANDSHAKE_STANDARD"
}
],
"route": {
+2 -1
View File
@@ -17,7 +17,8 @@
"password": "password"
}
],
"traffic_pattern": "GgQIARAK"
"traffic_pattern": "GgQIARAK",
"mtu": 1400
}
],
"outbounds": [