CONFIG_NRF_IPERF3_CLIENT_TEST_START_TIME

Test start delay

Type: int

Help

Time in seconds from control socket creation to actual data transfer start.

Direct dependencies

NRF_IPERF3

(Includes any dependencies from ifs and menus.)

Default

  • 15

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<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_CLIENT_TEST_START_TIME
    int "Test start delay"
    default 15
    depends on NRF_IPERF3
    help
      Time in seconds from control socket creation to actual data transfer start.

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