NX_PACKET_POOL_SIZE is only used within Nx_WebServer.
 
Symbols
loading...
Files
loading...

NX_PACKET_POOL_SIZE macro

Syntax

#define NX_PACKET_POOL_SIZE ((1536 + sizeof(NX_PACKET)) * 50)

References

LocationText
app_netxduo.h:87
#define NX_PACKET_POOL_SIZE ((1536 + sizeof(NX_PACKET)) * 50)
app_netxduo.c:128
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, NX_PACKET_POOL_SIZE, TX_NO_WAIT);
app_netxduo.c:138
ret = nx_packet_pool_create(&EthPool, "NetX Main Packet Pool", PACKET_PAYLOAD_SIZE, pointer, NX_PACKET_POOL_SIZE);