nn::nex::PacketBufferManager::EnablePacketBufferPool Member Function

Syntax

static qBool EnablePacketBufferPool(
     qBool bEnable
);

Parameters

Name Description
in bEnable If true, use the packet buffer pool; if false, do not use.

Return Values



Value Description
true Configuration was a success.
false Setting failed because the packet buffer manager is running.

Description

Sets whether to use the packet buffer pool. The default is true. When set to false, the packet buffer is allocated by the default memory manager. This value cannot be changed when the packet buffer manager is running. The set values are maintained until NEX terminates.

See Also

IsEnablePacketBufferPool

Revision History

2012/11/27
Initial version.

CONFIDENTIAL