mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +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
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue