1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/sock_dodtls/Kconfig
2022-07-26 19:37:12 +02:00

25 lines
661 B
Plaintext

# Copyright (C) 2021 Freie Universität Berlin
#
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menuconfig KCONFIG_USEMODULE_SOCK_DODTLS
bool "Configure DNS over DTLS"
depends on USEMODULE_SOCK_DODTLS
help
Configure DNS over DTLS using Kconfig.
if KCONFIG_USEMODULE_SOCK_DODTLS
config SOCK_DODTLS_RETRIES
int "Number of DNS over DTLS query retries"
default 2
config SOCK_DODTLS_TIMEOUT_MS
int "Timeout for DNS over DTLS queries in milliseconds"
default 1000
endif # KCONFIG_USEMODULE_SOCK_DODTLS