The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_DNS_NUM_CONCUR_QUERIES

Number of simultaneous DNS queries per one DNS context

Type: int

Help

This defines how many concurrent DNS queries can be generated using
same DNS context. Normally 1 is a good default value.

Direct dependencies

DNS_RESOLVER && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At subsys/net/lib/dns/Kconfig:110

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/net/lib/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → DNS resolver

config DNS_NUM_CONCUR_QUERIES
    int "Number of simultaneous DNS queries per one DNS context"
    default 1
    depends on DNS_RESOLVER && NETWORKING
    help
      This defines how many concurrent DNS queries can be generated using
      same DNS context. Normally 1 is a good default value.

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