Skip to content

Commit 66a3bfe

Browse files
Merge pull request #488 from tiiuae/update_mtu_size
Update base MTU size
2 parents 729ab68 + c83b63e commit 66a3bfe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/sc-mesh-secure-deployment/src/nats/cbma/scripts/mess/constants.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export MACSEC_OVERHEAD=16
44
# needs more testing, an overhead of 32 might even occur if batman-adv uses 4 address mode
55
export BATMAN_OVERHEAD=48
66

7-
export HOPEFULLY1500=1500
7+
export HOPEFULLY1500=1372
88
export SCN='/sys/class/net'

modules/sc-mesh-secure-deployment/src/nats/conf/default_ms_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###########################
44

55
# hostname of the device
6-
hostname: nixos
6+
hostname: buildroot
77

88
# All the interfaces are black by default.
99
# Excluded interfaces or interfaces without macsec certificates are not added to lower CBMA.

modules/sc-mesh-secure-deployment/src/nats/src/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ class Constants(Enum):
9292
FAIL_POLLING_TIME_SECONDS: int = 1
9393

9494
# MTU sizes
95-
BASE_MTU_SIZE: int = 1500
95+
BASE_MTU_SIZE: int = 1372
9696
MACSEC_OVERHEAD: int = 16
9797
BATMAN_OVERHEAD: int = 48

0 commit comments

Comments
 (0)