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

NX_PACKET_POOL_SIZE macro

Syntax

#define NX_PACKET_POOL_SIZE (( PAYLOAD_SIZE + sizeof(NX_PACKET)) * 10)

References

LocationText
app_netxduo.h:82
#define NX_PACKET_POOL_SIZE (( PAYLOAD_SIZE + sizeof(NX_PACKET)) * 10)
app_netxduo.c:89
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, NX_PACKET_POOL_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:95
ret = nx_packet_pool_create(&AppPool, "Main Packet Pool", PAYLOAD_SIZE, pointer, NX_PACKET_POOL_SIZE);