mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: disable HTTP3 globally for .NET
This commit is contained in:
parent
f78c5157c8
commit
0946f31a22
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ int InitializeClrAndGetEntryPoint(
|
||||||
SetEnvironmentVariable(L"DOTNET_TC_QuickJitForLoops", L"1");
|
SetEnvironmentVariable(L"DOTNET_TC_QuickJitForLoops", L"1");
|
||||||
SetEnvironmentVariable(L"DOTNET_ReadyToRun", L"1");
|
SetEnvironmentVariable(L"DOTNET_ReadyToRun", L"1");
|
||||||
|
|
||||||
|
// WINE does not support QUIC and we don't need it
|
||||||
|
SetEnvironmentVariable(L"DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_HTTP3SUPPORT", L"0");
|
||||||
|
|
||||||
SetEnvironmentVariable(L"COMPlus_ETWEnabled", enable_etw ? L"1" : L"0");
|
SetEnvironmentVariable(L"COMPlus_ETWEnabled", enable_etw ? L"1" : L"0");
|
||||||
|
|
||||||
wchar_t* dotnet_path;
|
wchar_t* dotnet_path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue