mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-08 06:52:41 -04:00
Read link MTU from link request packet
This commit is contained in:
parent
8506118aee
commit
503f475ca5
3 changed files with 16 additions and 6 deletions
|
@ -96,7 +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 = 1064
|
||||
self.HW_MTU = 32768
|
||||
|
||||
self.IN = True
|
||||
self.OUT = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue