2023-02-28 03:26:02 -05:00
|
|
|
menu "Iperf Configuration"
|
|
|
|
|
|
|
|
config IPERF_SOCKET_RX_TIMEOUT
|
|
|
|
int "iperf socket TCP/UDP rx timeout in seconds"
|
|
|
|
default 10
|
|
|
|
help
|
|
|
|
The value is used for iperf socket TCP/UDP rx timeout, iperf will be aborted
|
|
|
|
and socket will be closed and shutdown.
|
|
|
|
|
|
|
|
config IPERF_SOCKET_TCP_TX_TIMEOUT
|
|
|
|
int "iperf socket TCP tx timeout in seconds"
|
|
|
|
default 10
|
|
|
|
help
|
|
|
|
The value is used for iperf socket TCP tx timeout, iperf will be aborted
|
|
|
|
and socket will be closed and shutdown.
|
|
|
|
|
2023-09-04 02:34:54 -04:00
|
|
|
config IPERF_TRAFFIC_TASK_PRIORITY
|
|
|
|
int "iperf traffic task priority"
|
|
|
|
default 4
|
|
|
|
range 1 24
|
|
|
|
help
|
|
|
|
The value is used for iperf traffic task priority.
|
|
|
|
|
|
|
|
config IPERF_REPORT_TASK_PRIORITY
|
|
|
|
int "iperf result report task priority"
|
|
|
|
default 6
|
|
|
|
range 1 24
|
|
|
|
help
|
|
|
|
The value is used for iperf result report task priority.
|
2023-02-28 03:26:02 -05:00
|
|
|
|
|
|
|
endmenu
|