nn::ir::CTR::FREE_PACKET_BORDER_SIZE Constant

Syntax

const size_t FREE_PACKET_BORDER_SIZE =  64;

Description

Threshold value at which the total size of the header and footer appended to the data in a packet changes. When equal to or greater than this, the header size becomes FREE_PACKET_HEADER_FOOTER_SIZE_OVER_BORDER. When less than this, the header size becomes FREE_PACKET_HEADER_FOOTER_SIZE_UNDER_BORDER.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL