From e6454b8a3be52bf927aa3a1c3fade02dab9647a4 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas Date: Sat, 22 Oct 2022 08:40:04 +0200 Subject: [PATCH] [Darwin] Use the default MRP values instead of overriding them (#23301) --- src/platform/Darwin/CHIPPlatformConfig.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/platform/Darwin/CHIPPlatformConfig.h b/src/platform/Darwin/CHIPPlatformConfig.h index 4b11bfefca9f66..e3e1a99aebe5a1 100644 --- a/src/platform/Darwin/CHIPPlatformConfig.h +++ b/src/platform/Darwin/CHIPPlatformConfig.h @@ -59,10 +59,6 @@ #define CHIP_CONFIG_BDX_MAX_NUM_TRANSFERS 1 #endif // CHIP_CONFIG_BDX_MAX_NUM_TRANSFERS -// TODO - Fine tune MRP default parameters for Darwin platform -#define CHIP_CONFIG_MRP_DEFAULT_INITIAL_RETRY_INTERVAL (15000) -#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - #ifndef CHIP_CONFIG_KVS_PATH #define CHIP_CONFIG_KVS_PATH "/tmp/chip_kvs" #endif // CHIP_CONFIG_KVS_PATH