nn::nex::RootTransport::SetRoutingHistoryTTL Member Function

Syntax

static void SetRoutingHistoryTTL(
     qUnsignedInt32 ui
);

Parameters

Name Description
in ui The survival time (in msec).

Return Values

None.

Description

Sets the survival time for the log history of communications that use the master.

Set a value approximately twice as long as the silence time obtained with the StreamSettings::GetMaxSilenceTime function. When stations communicating through a master do not communicate during this set time, they are not counted by the Session::GetNumOfRoutingConnections function and the Station::GetNumOfRoutingConnections function.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL