Updated HW MTUs

This commit is contained in:
Mark Qvist
2025-01-12 20:56:06 +01:00
parent eafa4aefbb
commit d93ce62878
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class LocalClientInterface(Interface):
def __init__(self, owner, name, target_port = None, connected_socket=None):
super().__init__()
self.HW_MTU = 32768
self.HW_MTU = 262144
self.online = False
+1 -1
View File
@@ -31,7 +31,7 @@ import os
import RNS
class TCPInterface():
HW_MTU = 2**20
HW_MTU = 262144
class HDLC():
FLAG = 0x7E