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:
zhangkai25 2025-10-29 10:52:52 +08:00 committed by Xiang Xiao
parent e5c85d1ca2
commit 710aef6bd0

View file

@ -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)