From 839f72b8fc7562c3d7f2318e873d38443723abd6 Mon Sep 17 00:00:00 2001 From: Mika Joenpera Date: Thu, 6 Jun 2024 14:32:05 +0300 Subject: [PATCH] Increase BATMAN_OVERHEAD constant for MDM agent Jira-Id: SECO-5659 Signed-off-by: Mika Joenpera --- modules/sc-mesh-secure-deployment/src/nats/src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sc-mesh-secure-deployment/src/nats/src/constants.py b/modules/sc-mesh-secure-deployment/src/nats/src/constants.py index 8e550481..edde3b3d 100644 --- a/modules/sc-mesh-secure-deployment/src/nats/src/constants.py +++ b/modules/sc-mesh-secure-deployment/src/nats/src/constants.py @@ -94,4 +94,4 @@ class Constants(Enum): # MTU sizes BASE_MTU_SIZE: int = 1500 MACSEC_OVERHEAD: int = 16 - BATMAN_OVERHEAD: int = 24 + BATMAN_OVERHEAD: int = 48