CONFIG_NRF_IPERF3_RESULTS_WAIT_TIME

Maximum response wait time (seconds)

Type: int

Help

Maximum time in seconds to be waited to send and recv results.

Direct dependencies

NRF_IPERF3

(Includes any dependencies from ifs and menus.)

Default

  • 15

Kconfig definition

At <nRF>/ext/iperf3/Kconfig:30

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:58<nRF>/ext/Kconfig:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → External libraries → Iperf3 NRF integration → NRF Iperf3 selections

config NRF_IPERF3_RESULTS_WAIT_TIME
    int "Maximum response wait time (seconds)"
    default 15
    depends on NRF_IPERF3
    help
      Maximum time in seconds to be waited to send and recv results.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)