mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-29 03:31:48 -04:00
Path MTU discovery for links
This commit is contained in:
parent
503f475ca5
commit
bf6e73e163
5 changed files with 90 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue