Set correct hardware MTU

This commit is contained in:
Mark Qvist 2025-01-11 17:25:03 +01:00
parent 808082e300
commit 5d677d2fb7

View File

@ -456,7 +456,7 @@ class TCPServerInterface(Interface):
if port != None:
bindport = port
self.HW_MTU = 1064
self.HW_MTU = 32768
self.online = False
self.spawned_interfaces = []