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
2024-03-27 10:28:12 +01:00

20 lines
502 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.
#
menu "DNS over DTLS"
depends on 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
endmenu # DNS over DTLS