mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-08 17:56:31 +00:00
iperf: Increase the priority of the report thread
ensure it is not blocked by the iperf thread, preventing iperf from completing Signed-off-by: zhangkai25 <zhangkai25@xiaomi.com>
This commit is contained in:
parent
e5c85d1ca2
commit
710aef6bd0
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#define IPERF_TRAFFIC_TASK_PRIORITY 100
|
||||
#define IPERF_TRAFFIC_TASK_STACK 4096
|
||||
#define IPERF_REPORT_TASK_NAME "iperf_report"
|
||||
#define IPERF_REPORT_TASK_PRIORITY 100
|
||||
#define IPERF_REPORT_TASK_PRIORITY 101
|
||||
#define IPERF_REPORT_TASK_STACK 4096
|
||||
|
||||
#define IPERF_UDP_TX_LEN (1472)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue