net.NetPingUDPPort
net.NetPingUDPPort
#Overview
name: net.NetPingUDPPort
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
For \'UDPQoS\' ping type, sets the port used for pinging.
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/Net/NetPing.cpp:55
Scope (from outer to inner):
file
namespace UE::Net
Source code excerpt:
static FAutoConsoleVariableRef CVarNetPingUDPPort(
TEXT("net.NetPingUDPPort"), GNetPingUDPPort,
TEXT("For 'UDPQoS' ping type, sets the port used for pinging."));
static TAutoConsoleVariable<int32> CVarNetPingTimeoutDisableThreshold(
TEXT("net.NetPingTimeoutDisableThreshold"), 15,
TEXT("The number of times to send an ICMP/UDP ping when at a failure/timeout rate of 100%, before giving up and disabling pings."));