|
|
|
@ -160,8 +160,7 @@ not set to 1 then only FreeRTOS_indet_addr_quick() is available. */
|
|
|
|
|
/* ipconfigNUM_NETWORK_BUFFERS defines the total number of network buffer that
|
|
|
|
|
are available to the IP stack. The total number of network buffers is limited
|
|
|
|
|
to ensure the total amount of RAM that can be consumed by the IP stack is capped
|
|
|
|
|
to a pre-determinable value. NOTE: This constant is not used when all buffers
|
|
|
|
|
are dynamically allocated and freed. */
|
|
|
|
|
to a pre-determinable value. */
|
|
|
|
|
#define ipconfigNUM_NETWORK_BUFFERS 10
|
|
|
|
|
|
|
|
|
|
/* A FreeRTOS queue is used to send events from application tasks to the IP
|
|
|
|
@ -200,7 +199,7 @@ contain. For normal Ethernet V2 frames the maximum MTU is 1500. Setting a
|
|
|
|
|
lower value can save RAM, depending on the buffer management scheme used. If
|
|
|
|
|
ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is 1 then (ipconfigNETWORK_MTU - 28) must
|
|
|
|
|
be divisible by 8. */
|
|
|
|
|
#define ipconfigNETWORK_MTU 1000
|
|
|
|
|
#define ipconfigNETWORK_MTU 1500 /* Leave at 1500 for SAM4E. */
|
|
|
|
|
|
|
|
|
|
/* Set ipconfigUSE_DNS to 1 to include a basic DNS client/resolver. DNS is used
|
|
|
|
|
through the FreeRTOS_gethostbyname() API function. */
|
|
|
|
|