nn::nex::PacketBufferManager::UnitHeapParam Structure

Syntax

struct UnitHeapParam : public nn::nex::RootObject
{
   qUnsignedInt32 unitSize;
   qUnsignedInt32 unitNum;
};

Description

Structural information for the unit heap used internally by the packet buffer manager.

Values that can be specified as the unit size are values that are multiples of 4 and 1364 or less. Taking NEX information addition into consideration, use a value for the unit size that is 80 or more greater than the application send and receive size.

Member Variables

unitSize Unit size of the unit heap (as a multiple of 4 and 1364 or less).
unitNum Number of memory blocks that can be allocated with the unit size.

Inheritance Hierarchy

nn::nex::RootObject
  nn::nex::PacketBufferManager::UnitHeapParam

See Also

GetUnitHeapParam, SetUnitHeapParam

Revision History

2012/11/27
Initial version.

CONFIDENTIAL