mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-14 12:29:13 +00:00
Adjust the tun mtu value list
https://github.com/2dust/v2rayN/issues/7775
This commit is contained in:
parent
95e3ebd815
commit
c560fe13fe
1 changed files with 5 additions and 3 deletions
|
@ -466,7 +466,9 @@ public class Global
|
||||||
1280,
|
1280,
|
||||||
1408,
|
1408,
|
||||||
1500,
|
1500,
|
||||||
9000
|
4064,
|
||||||
|
9000,
|
||||||
|
65535
|
||||||
];
|
];
|
||||||
|
|
||||||
public static readonly List<string> TunStacks =
|
public static readonly List<string> TunStacks =
|
||||||
|
|
Loading…
Reference in a new issue