net.RecreateSocketCooldown
net.RecreateSocketCooldown
#Overview
name: net.RecreateSocketCooldown
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The minimum amount of time, in seconds, between socket recreation attempts.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/IpConnection.cpp:76
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static FAutoConsoleVariableRef CVarNetRecreateSocketCooldown(
TEXT("net.RecreateSocketCooldown"),
GNetRecreateSocketCooldown,
TEXT("The minimum amount of time, in seconds, between socket recreation attempts."));
static FAutoConsoleVariableRef CVarNetRecreateSocketTimeoutThreshold(
TEXT("net.RecreateSocketTimeoutThreshold"),
GNetRecreateSocketTimeoutThreshold,