From fc098e72b16c0cb4b96e59e7e8206ad5fbbb7070 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Wed, 17 Jan 2024 13:14:29 +0900 Subject: [PATCH] main_da.conf: Update ReconnectUUIDs and ReconnectAttempts for the DA model Change-Id: I4144ccafaa7b3cff83d960c055be81aed06f8798 Signed-off-by: Wootak Jung --- src/main_da.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main_da.conf b/src/main_da.conf index b1dd9084..4d167af1 100755 --- a/src/main_da.conf +++ b/src/main_da.conf @@ -112,7 +112,6 @@ DefaultA2DPRole = both # Defaults to 517 ExchangeMTU = 517 -# Disable reconnection attempts in case of a link loss in FHUB. [Policy] # # The ReconnectUUIDs defines the set of remote services that should try @@ -120,7 +119,11 @@ ExchangeMTU = 517 # timeout). The policy plugin should contain a sane set of values by # default, but this list can be overridden here. By setting the list to # empty the reconnection feature gets disabled. -ReconnectUUIDs= +ReconnectUUIDs=0000111f-0000-1000-8000-00805f9b34fb, 0000110a-0000-1000-8000-00805f9b34fb + +# ReconnectAttempts define the number of attempts to reconnect after a link +# lost. Setting the value to 0 disables reconnecting feature. +ReconnectAttempts=15 #else #[Policy] -- 2.34.1