mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 23:28:11 +03:00
Added SteamNetworkingUtils.ConnectionTimeout
This commit is contained in:
parent
a60281dc41
commit
122c2b0a57
@ -159,6 +159,15 @@ namespace Steamworks
|
||||
set => SetConfigFloat( NetConfig.FakePacketLag_Recv, value );
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Timeout value (in ms) to use when first connecting
|
||||
/// </summary>
|
||||
public static int ConnectionTimeout
|
||||
{
|
||||
get => GetConfigInt( NetConfig.TimeoutInitial );
|
||||
set => SetConfigInt( NetConfig.TimeoutInitial, value );
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user