Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following configuration constants relate to the μC/IPerf OS port. For many OSs, the μC/IPerf task priority and stack size will need to be explicitly configured for the particular OS (consult the specific OS’s documentation for more information).

...

Constant
Description
Possible Values
IPERF_OS_CFG_TASK_PRIO Configure the IPerf task priority.DEF_ENABLED or DEF_DISABLEDAny integer value within the OS priorities range.
IPERF_OS_CFG_TASK_STK_SIZE Configure the IPerf task stack size.Any integer value.

...

  • Network TX De-allocation task (highest priority)
  • Network application tasks, such as IPerf instance.
  • Network timer task
  • Network RX task (lowest  priority)

See Network Tasks Configuration for further information.

...