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

PAYLOAD_SIZE macro

Syntax

#define PAYLOAD_SIZE 1536

References

LocationText
app_netxduo.h:81
#define PAYLOAD_SIZE 1536
app_netxduo.c:95
ret = nx_packet_pool_create(&AppPool, "Main Packet Pool", PAYLOAD_SIZE, pointer, NX_PACKET_POOL_SIZE);
app_netxduo.h:82
#define NX_PACKET_POOL_SIZE (( PAYLOAD_SIZE + sizeof(NX_PACKET)) * 10)