mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-08 15:02:46 -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
|
@ -96,8 +96,7 @@ class TCPClientInterface(Interface):
|
|||
connect_timeout = c.as_int("connect_timeout") if "connect_timeout" in c else None
|
||||
max_reconnect_tries = c.as_int("max_reconnect_tries") if "max_reconnect_tries" in c else None
|
||||
|
||||
self.HW_MTU = 32768
|
||||
|
||||
self.HW_MTU = 32768
|
||||
self.IN = True
|
||||
self.OUT = False
|
||||
self.socket = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue