nn::nex::RootTransport::SetRoutingLimit Member Function

Syntax

static void SetRoutingLimit(
     qUnsignedInt32 ui
);

Parameters

Name Description
in ui Number of restrictions.

Return Values

None.

Description

Limits the number of communications that go through the master.

Limits the number of communications that go through the master. Communications that go through the master in excess of this limit are not transmitted and are destroyed. By limiting the number of communications that go through the master, you can create a network in which the number of communications that go through the master is always equal to or less than a fixed number. Specifying 0 does not put a limit on the number of communications. The default value is 0. You can get the current number of communications that go through the master with the Session::GetNumOfRoutingConnections function.

Revision History

2012/07/31
Initial version.

CONFIDENTIAL