nn::nex::RootTransport::SetNameResolveThreadCoreNo Member Function

Syntax

static void SetNameResolveThreadCoreNo(
     qInt32 no
);

Parameters

Name Description
in no The core number.

Return Values

None.

Description

Specifies the core number of the CPU used by the thread for name resolution.

DEFAULT_TRANSPORT_BUFFER_CORE_NO is the NEX default value. For the CTR, the value is set to CORE_NO_USE_PROCESS_VALUE.

For a CTR using SDK 3.0 or a later version, you can select the system core by specifying 1. When you are using the system core, you need to assign CPU time using the nnos::CTR::SetApplicationCpuTimeLimit function.

This function is not guaranteed to work.

See Also

ConnectivityManager::StartNATSession, SetNameResolveThreadCoreNo
SetNameResolveThreadPriority, GetNameResolveThreadPriority

Revision History

2012/11/13
Initial version.

CONFIDENTIAL