mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Re-enable UDP protocol by default
This commit is contained in:
@@ -120,7 +120,7 @@ namespace ArchiSteamFarm {
|
||||
internal ulong SteamOwnerID { get; private set; }
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal ProtocolTypes SteamProtocols { get; private set; } = ProtocolTypes.Tcp;
|
||||
internal ProtocolTypes SteamProtocols { get; private set; } = ProtocolTypes.Tcp | ProtocolTypes.Udp;
|
||||
|
||||
// This constructor is used only by deserializer
|
||||
private GlobalConfig() { }
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"OptimizationMode": 0,
|
||||
"Statistics": true,
|
||||
"SteamOwnerID": 0,
|
||||
"SteamProtocols": 1,
|
||||
"SteamProtocols": 3,
|
||||
"UpdateChannel": 1,
|
||||
"UpdatePeriod": 24
|
||||
}
|
||||
Reference in New Issue
Block a user