nn::nex::StreamBundling::SetMaxFlushDelay Member Function

Syntax

void SetMaxFlushDelay(
     TimeInterval ti
);

Parameters

Name Description
in ti Timeout time, in milliseconds.

Return Values

None.

Description

Specifies the timeout time for packet bundling.

For the specified time, packets are buffered and then bundled.

At 0, all of the packets accumulated in the queue are bundled. Buffering is not performed for the bundling.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL