69 enum HostMigrationMode
71 HostMigrationMode_None = 0,
72 HostMigrationMode_SoleCandidate,
73 HostMigrationMode_MultiCandidate
static const s32 NN_PIA_SESSION_MAX_SILENCE_TIME_MAX
The maximum value that can be set for the amount of time without communication (in milliseconds) afte...
Definition: session_types.h:31
static const s32 NN_PIA_SESSION_MAX_SILENCE_TIME_MIN
The minimum value that can be set for the amount of time without communication (in milliseconds) afte...
Definition: session_types.h:32
Full-Mesh Network Topology.
Definition: session_types.h:45
Do not measure the bitrate.
Definition: session_types.h:58
Mesh Network Topology With Relay Connections Enabled.
Definition: session_types.h:49
NetworkTopology
Enumerated type for configuring the network topology of a mesh created with the Session class or the ...
Definition: session_types.h:43
static const u32 INVALID_SESSION_ID
Constant that indicates an invalid SessionId.
Definition: session_types.h:80
static const s32 NN_PIA_SESSION_KEEP_ALIVE_INTERVAL_DEFAULT
The default value for the sending interval (in milliseconds) for keep-alive.
Definition: session_types.h:29
static const u16 NN_PIA_SESSION_MAX_RTT_DEFAULT
The default maximum total RTT (in milliseconds) for a relay route.
Definition: session_types.h:34
static const s32 NN_PIA_SESSION_MAX_SILENCE_TIME_DEFAULT
The default value for the amount of time without communication (in milliseconds) after which it is de...
Definition: session_types.h:30
BitRateCheckMode
Enumerated type for setting the bitrate detection feature.
Definition: session_types.h:56
static const s32 NN_PIA_SESSION_INVALID_UPLINK_BIT_RATE_LOWER_LIMIT
This constant represents an invalid bitrate in the bitrate detection feature.
Definition: session_types.h:36
Measure the bitrate.
Definition: session_types.h:59
static const u32 NN_PIA_SESSION_JOIN_TIMEOUT_DEFAULT
The default value of the timeout time (in milliseconds) for the JoinMesh process. ...
Definition: session_types.h:25
static const u32 NN_PIA_SESSION_DESTROY_TIMEOUT_DEFAULT
The default value of the timeout time (in milliseconds) for the DestroyMesh process.
Definition: session_types.h:26
static const u32 NN_PIA_SESSION_LEAVE_TIMEOUT_DEFAULT
The default value of the timeout time (in milliseconds) for the LeaveMesh process.
Definition: session_types.h:27