mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-08-12 08:59:44 +03:00
Added SteamNetworkingUtils.Timeout
This commit is contained in:
parent
122c2b0a57
commit
a8f1ac3799
1 changed files with 8 additions and 0 deletions
|
@ -168,6 +168,14 @@ namespace Steamworks
|
|||
set => SetConfigInt( NetConfig.TimeoutInitial, value );
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Timeout value (in ms) to use after connection is established
|
||||
/// </summary>
|
||||
public static int Timeout
|
||||
{
|
||||
get => GetConfigInt( NetConfig.TimeoutConnected );
|
||||
set => SetConfigInt( NetConfig.TimeoutConnected, value );
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue