add mtu options to network code

This commit is contained in:
ading2210 2025-11-05 13:07:21 -08:00 committed by Fabian
parent ec90cede42
commit d093088616
8 changed files with 31 additions and 22 deletions

1
v86.d.ts vendored
View file

@ -333,6 +333,7 @@ export interface V86Options {
dns_method?: "static" | "doh";
doh_server?: string;
cors_proxy?: string;
mtu?: number;
};
}