mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-08-27 04:08:58 +00:00
Allow disabling link MTU discovery
This commit is contained in:
parent
77a1bb9b19
commit
954567c581
1 changed files with 2 additions and 1 deletions
|
|
@ -540,7 +540,8 @@ class Reticulum:
|
|||
|
||||
if option == "link_mtu_discovery":
|
||||
v = self.config["reticulum"].as_bool(option)
|
||||
if v == True: Reticulum.__link_mtu_discovery = True
|
||||
if v == True: Reticulum.__link_mtu_discovery = True
|
||||
elif v == False: Reticulum.__link_mtu_discovery = False
|
||||
|
||||
if option == "enable_remote_management":
|
||||
v = self.config["reticulum"].as_bool(option)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue