mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-28 10:38:11 -07:00
Path MTU discovery for links
This commit is contained in:
@@ -56,9 +56,6 @@ class LocalClientInterface(Interface):
|
||||
def __init__(self, owner, name, target_port = None, connected_socket=None):
|
||||
super().__init__()
|
||||
|
||||
# TODO: Remove at some point
|
||||
# self.rxptime = 0
|
||||
|
||||
self.HW_MTU = 32768
|
||||
|
||||
self.online = False
|
||||
|
||||
Reference in New Issue
Block a user