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

PACKET_PAYLOAD_SIZE macro

Syntax

#define PACKET_PAYLOAD_SIZE 1536

References

LocationText
app_netxduo.h:85
#define PACKET_PAYLOAD_SIZE 1536
app_netxduo.c:138
ret = nx_packet_pool_create(&EthPool, "NetX Main Packet Pool", PACKET_PAYLOAD_SIZE, pointer, NX_PACKET_POOL_SIZE);