...
Constant | Description | Possible Values | |
---|---|---|---|
NET_CFG_IF_RX_Q_SIZE | Should be configured such that it reflects the total number of DMA receive descriptors on all physical interfaces. If DMA is not available, or a combination of DMA and I/O based interfaces are configured then this number reflects the maximum number of packets than can be acknowledged and signaled for during a single receive interrupt event for all interfaces. | TODO | |
NET_CFG_IF_TX_DEALLOC_Q_SIZE | Should be defined to be the total number of small and large transmit buffers declared for all interfaces. | TODO |
Compile Features
Constant | Description | Possible Values |
---|---|---|
NET_CFG_OPTIMIZE_ASM_EN | Select portions of µC/TCP-IP code may call optimized assembly functions by configuring If optimized assembly files/functions are included in the µC/TCP-IP build set Set to | DEF_ENABLED or DEF_DISABLED |
...