mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-01-18 16:30:33 +00:00
Updated HW MTUs
This commit is contained in:
parent
eafa4aefbb
commit
d93ce62878
@ -56,7 +56,7 @@ class LocalClientInterface(Interface):
|
|||||||
def __init__(self, owner, name, target_port = None, connected_socket=None):
|
def __init__(self, owner, name, target_port = None, connected_socket=None):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
self.HW_MTU = 32768
|
self.HW_MTU = 262144
|
||||||
|
|
||||||
self.online = False
|
self.online = False
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ import os
|
|||||||
import RNS
|
import RNS
|
||||||
|
|
||||||
class TCPInterface():
|
class TCPInterface():
|
||||||
HW_MTU = 2**20
|
HW_MTU = 262144
|
||||||
|
|
||||||
class HDLC():
|
class HDLC():
|
||||||
FLAG = 0x7E
|
FLAG = 0x7E
|
||||||
|
Loading…
Reference in New Issue
Block a user