net.CloseTimingDebug
net.CloseTimingDebug
#Overview
name: net.CloseTimingDebug
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Logs the last packet send/receive and TickFlush/TickDispatch times, on connection close - for debugging blocked send/recv paths.
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/Source/Runtime/Engine/Private/NetConnection.cpp:106
Scope: file
Source code excerpt:
static int32 GNetCloseTimingDebug = 0;
static FAutoConsoleVariableRef CVarCloseTimingDebug(TEXT("net.CloseTimingDebug"), GNetCloseTimingDebug,
TEXT("Logs the last packet send/receive and TickFlush/TickDispatch times, on connection close - for debugging blocked send/recv paths."));
extern int32 GNetDormancyValidate;
extern bool GbNetReuseReplicatorsForDormantObjects;
DECLARE_CYCLE_STAT(TEXT("NetConnection SendAcks"), Stat_NetConnectionSendAck, STATGROUP_Net);