From 10185faae2bdbae03b686c1a11e6a890b6d6b47a Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 3 Apr 2023 13:41:55 +0900 Subject: [PATCH] Revert "main_da.conf: Change ExchangeMTU value" This reverts commit 0896e3f493e7a266208b9f845c88741c26e14379. Change-Id: I8e79b09b6ad29535af7dd97e33f00c900bfc1717 --- 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 d2f67e68..29e9c0e9 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.34.1