Adjust the tun mtu value list

https://github.com/2dust/v2rayN/issues/7775
This commit is contained in:
2dust 2025-08-16 17:18:17 +08:00
parent 95e3ebd815
commit c560fe13fe

View file

@ -464,9 +464,11 @@ public class Global
public static readonly List<int> TunMtus =
[
1280,
1408,
1500,
9000
1408,
1500,
4064,
9000,
65535
];
public static readonly List<string> TunStacks =