diff --git a/RNS/Interfaces/TCPInterface.py b/RNS/Interfaces/TCPInterface.py index b1e8ee4..51ac2a7 100644 --- a/RNS/Interfaces/TCPInterface.py +++ b/RNS/Interfaces/TCPInterface.py @@ -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 = []