net.DebugInitialConnect
net.DebugInitialConnect
#Overview
name: net.DebugInitialConnect
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When enabled, periodically logs socket-level send stats clientside, until a packet is successfully received to verify connection.
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:53
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static FAutoConsoleVariableRef CVarNetDebugInitialConnect(
TEXT("net.DebugInitialConnect"),
GNetDebugInitialConnect,
TEXT("When enabled, periodically logs socket-level send stats clientside, until a packet is successfully received to verify connection."));
static float GNetDebugInitialConnectLogFrequency = 10.0;
static FAutoConsoleVariableRef CVarNetDebugInitialConnectLogFrequency(