struct UnitHeapParam : public nn::nex::RootObject { qUnsignedInt32 unitSize; qUnsignedInt32 unitNum; };
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.
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. |
nn::nex::RootObject
nn::nex::PacketBufferManager::UnitHeapParam
CONFIDENTIAL