From 314dfcb80541e3fff8662ea3fad21e050eca9d10 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Tue, 10 Apr 2018 14:43:35 +0200 Subject: [PATCH] net/rdcli_common: added RES_LOC_LEN --- sys/include/net/rdcli_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/include/net/rdcli_config.h b/sys/include/net/rdcli_config.h index b63638cd1d..078261859b 100644 --- a/sys/include/net/rdcli_config.h +++ b/sys/include/net/rdcli_config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Freie Universität Berlin + * Copyright (C) 2017-2018 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 @@ -13,7 +13,7 @@ * @{ * * @file - * @brief + * @brief CoRE RD Client static configuration default values * * @author Hauke Petersen */ @@ -42,10 +42,10 @@ extern "C" { #endif /** - * @brief Default client update interval (default is half the lifetime) + * @brief Default client update interval (default is 3/4 the lifetime) */ #ifndef RDCLI_UPDATE_INTERVAL -#define RDCLI_UPDATE_INTERVAL (RDCLI_LT / 2) +#define RDCLI_UPDATE_INTERVAL ((RDCLI_LT / 4) * 3) #endif /**