From 52f52cc0d8535380ff9cc040274eb133905e7751 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 3 Apr 2023 13:43:05 +0900 Subject: [PATCH] Revert "main_da.conf: Change ExchangeMTU value" This reverts commit aa8431976bb677bf38e50a27d074cae7ff31dccd. Change-Id: I644958733de7abf0a850d798ced8bd86b725348f --- src/main_da.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main_da.conf b/src/main_da.conf index d2f67e6..29e9c0e 100755 --- a/src/main_da.conf +++ b/src/main_da.conf @@ -100,9 +100,9 @@ DefaultA2DPRoleSink = true #KeySize = 0 # Exchange MTU size. -# Possible values: 23-512 -# Defaults to 512 -ExchangeMTU = 512 +# Possible values: 23-517 +# Defaults to 517 +ExchangeMTU = 517 # Disable reconnection attempts in case of a link loss in FHUB. [Policy] -- 2.7.4