void Enable( TimeInterval tiAutoFlushPeriod = Time(0) );
Name | Description | |
---|---|---|
in | tiAutoFlushPeriod | The standard value for the timeout time (in milliseconds) is 0 . At that point, all of the packets that are accumulated in the queue are bundled. Buffering is not performed for the bundling. |
Enables packet bundling.
Until the specified time, packets are buffered and then bundled. The standard values for this function are for it to be enabled, with the timeout time set to 0
.
CONFIDENTIAL